# 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 = "linux-aio-tokio" version = "0.3.0" authors = ["Gleb Pomykalov ", "Hans-Martin Will "] build = "build/build.rs" description = "Tokio bindings for Linux kernel AIO" documentation = "https://docs.rs/linux-aio-tokio/" 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/glebpom/linux-aio-tokio" [dependencies.async-trait] version = "0.1.30" [dependencies.bitflags] version = "1.2.1" [dependencies.futures] version = "0.3" [dependencies.futures-intrusive] version = "0.3" [dependencies.intrusive-collections] version = "0.9.0" [dependencies.libc] version = "0.2" [dependencies.lock_api] version = "0.3.4" [dependencies.memmap] version = "0.7.0" [dependencies.mio] version = "0.6.21" [dependencies.parking_lot] version = "0.10.2" [dependencies.region] version = "2.1.2" [dependencies.thiserror] version = "1.0.15" [dependencies.tokio] version = "0.2.18" features = ["io-driver", "fs"] [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "0.2" features = ["macros", "rt-core", "rt-threaded", "time", "rt-util"] [build-dependencies.bindgen] version = "0.53.2"