# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokio-file-unix" version = "0.6.0" authors = ["Phil Ruffwind "] exclude = [".gitignore", ".travis.yml", "tests/seek.txt"] description = "Asynchronous support for epollable files via Tokio on Unix-like platforms" documentation = "https://docs.rs/tokio-file-unix" readme = "README.md" keywords = ["asynchronous", "file", "pipe", "stdio", "tokio"] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/Rufflewind/tokio-file-unix" [dependencies.libc] version = "0.2.21" [dependencies.mio] version = "0.6.6" [dependencies.tokio] version = "0.2.6" features = ["io-driver"] [dev-dependencies.actix-rt] version = "1.1.1" [dev-dependencies.actix-web] version = "3.3.0" [dev-dependencies.futures] version = "0.3.8" [dev-dependencies.tokio] version = "0.2.6" features = ["io-util", "macros"] [dev-dependencies.tokio-util] version = "0.3.0" features = ["codec"]