# 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 = "2021" name = "async-send-fd" version = "1.2.0" authors = ["Alexander Smoktal [https://github.com/alexander-smoktal]"] description = """ A wrapper for async UnixStream's to send file descriptors """ readme = "README.md" categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/alexander-smoktal/async-send-fd" [package.metadata.docs.rs] all-features = true [dependencies.nix] version = "0.28" [dependencies.passfd] version = "0.1" [dependencies.smol] version = "2" optional = true [dependencies.tokio] version = "1" features = [ "net", "io-util", ] optional = true [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "net", "rt", "macros", "io-util", ] [features] default = [] smol = ["dep:smol"] tokio = ["dep:tokio"]