uds 0.2.4

A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets.
Documentation
[features]
tokio = ["futures", "mio", "tokio_02"]

[package]
authors = ["Torbjørn Birch Moltu <t.b.moltu@lyse.net>"]
categories = ["os::unix-apis", "asynchronous"]
description = "A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets.\n"
edition = "2018"
exclude = ["tests", "src/bin"]
keywords = ["unix", "socket", "seqpacket", "abstract", "fdpassing"]
license = "Apache-2.0 / MIT"
name = "uds"
readme = "README.md"
repository = "https://github.com/tormol/uds"
version = "0.2.4"
[package.metadata.docs.rs]
features = ["mio-uds", "mio", "mio_07", "tokio"]
rustdoc-args = ["--cfg", "feature=\"os-poll\""]
[target."cfg(unix)".dependencies.futures]
optional = true
version = "0.3"

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

[target."cfg(unix)".dependencies.mio]
optional = true
version = "0.6.14"

[target."cfg(unix)".dependencies.mio-uds]
optional = true
version = "0.6"

[target."cfg(unix)".dependencies.mio_07]
features = ["os-util", "uds"]
optional = true
package = "mio"
version = "0.7.0"

[target."cfg(unix)".dependencies.tokio_02]
features = ["io-driver"]
optional = true
package = "tokio"
version = "0.2"
[target."cfg(unix)".dev-dependencies.tokio_02]
features = ["macros", "rt-core"]
package = "tokio"
version = "0.2"