mio-uds 0.6.8

Unix domain socket bindings for mio
Documentation
[dev-dependencies.tempdir]
version = "0.3"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
categories = ["asynchronous"]
description = """
Unix domain socket bindings for mio
"""
documentation = "https://docs.rs/mio-uds"
homepage = "https://github.com/deprecrated/mio-uds"
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/**/*.rs"]
license = "MIT/Apache-2.0"
name = "mio-uds"
readme = "README.md"
repository = "https://github.com/deprecrated/mio-uds"
version = "0.6.8"

[target."cfg(unix)".dependencies.iovec]
version = "0.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2.69"

[target."cfg(unix)".dependencies.mio]
version = "0.6.5"