# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "fd-queue" version = "1.1.0" authors = ["Steven Bosnick "] description = "A library to support fd passing on Unix sockets." readme = "README.md" keywords = [ "fd", "unix", "socket", "domain", ] categories = [ "asynchronous", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kettleby/fd-queue" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [dependencies.futures-core] version = "0.3.5" optional = true [dependencies.futures-util] version = "0.3.5" optional = true [dependencies.libc] version = "0.2.80" [dependencies.mio] version = "0.6.22" optional = true [dependencies.num-traits] version = "0.2.14" [dependencies.pin-project] version = "0.4.22" optional = true [dependencies.tokio] version = "1.0.0" features = ["net"] optional = true [dependencies.tracing] version = "0.1.15" optional = true [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.nix] version = "0.23.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.0.0" features = [ "rt-multi-thread", "macros", "io-util", ] [dev-dependencies.tokio-test] version = "0.4.2" [build-dependencies.libc] version = "0.2.80" [features] mio-fd = [ "net-fd", "mio", ] net-fd = ["tracing"] tokio-fd = [ "tracing", "tokio", "pin-project", "futures-core", "futures-util", ]