[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 = "2021"
exclude = ["tests", "src/bin", ".vscode"]
keywords = ["unix", "socket", "seqpacket", "abstract", "fdpassing"]
license = "Apache-2.0 OR MIT"
name = "uds"
readme = "README.md"
repository = "https://github.com/tormol/uds"
version = "0.4.1"
[package.metadata.docs.rs]
features = ["mio_08", "tokio"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.90"
[target."cfg(unix)".dependencies.mio_08]
features = ["os-ext", "net"]
optional = true
package = "mio"
version = "0.8"
[target."cfg(unix)".dependencies.tokio]
features = ["net"]
optional = true
version = "1.28"
[target."cfg(unix)".dev-dependencies.tokio]
features = ["io-util", "macros", "rt", "rt-multi-thread"]
version = "1.28"