# 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 = "tokio-send-fd" version = "0.9.4" authors = ["Alexander Smoktal [https://github.com/alexander-smoktal]"] description = """ A wrapper for tokio::net::UnixStream to send file descriptors """ readme = "README.md" categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/alexander-smoktal/tokio-send-fd" [dependencies.async-trait] version = "0.1.56" [dependencies.passfd] version = "0.1.4" [dependencies.tokio] version = "1.19" features = [ "net", "rt", "macros", "io-util", ] [dev-dependencies.tempdir] version = "0.3.7"