# 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 = "tokio-anyfd" version = "0.2.0" authors = ["lilydjwg "] description = "Use any suitable file descriptor with tokio" homepage = "https://github.com/lilydjwg/rust-tokio-anyfd" documentation = "https://docs.rs/tokio-anyfd" keywords = ["tokio", "fd", "unix"] license = "BSD-3-Clause" repository = "https://github.com/lilydjwg/rust-tokio-anyfd" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.tokio] version = "1" features = ["net"]