[package] name = "tokio-fd" version = "0.3.0" authors = ["nanpuyue "] edition = "2018" description = "Non-blocking Read and Write a Linux File Descriptor" readme = "README.md" homepage = "https://github.com/nanpuyue/tokio-fd" repository = "https://github.com/nanpuyue/tokio-fd" license = "MIT OR Apache-2.0" categories = ["asynchronous", "os::unix-apis"] keywords = ["async", "fd", "io", "non-blocking", "tokio"] [dependencies] libc = "0.2.81" tokio = { version = "1.0.1", features = ["net"] }