# 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] name = "tokio-linux-aio" version = "0.1.11" authors = ["Hans-Martin Will "] description = "Tokio bindings for Linux kernel AIO" documentation = "https://docs.rs/tokio-linux-aio/" readme = "README.md" keywords = ["async", "non-blocking", "futures", "linux", "aio"] categories = ["api-bindings", "asynchronous", "external-ffi-bindings", "filesystem", "os::unix-apis"] license = "MIT" repository = "https://github.com/hmwill/tokio-linux-aio" [dependencies.aio-bindings] version = "0.1.2" [dependencies.futures] version = "0.1" [dependencies.futures-cpupool] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.memmap] version = "0.6.2" [dependencies.mio] version = "0.6.13" [dependencies.rand] version = "0.5" [dependencies.tokio] version = "0.1" [badges.travis-ci] repository = "hmwill/tokio-linux-aio"