# 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" rust-version = "1.69" name = "mio-aio" version = "0.9.0" authors = ["Alan Somers "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ POSIX AIO bindings for mio """ documentation = "https://docs.rs/mio-aio" readme = "README.md" keywords = [ "io", "async", "non-blocking", "aio", ] categories = [ "asynchronous", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/asomers/mio-aio" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-freebsd"] [lib] name = "mio_aio" path = "src/lib.rs" [dependencies.mio] version = "0.8.11" [dependencies.nix] version = "0.29.0" features = [ "aio", "event", ] default-features = false [dependencies.pin-utils] version = "0.1.0" [dev-dependencies.assert-impl] version = "0.1" [dev-dependencies.mio] version = "0.8.11" features = ["os-poll"] [dev-dependencies.nix] version = "0.29.0" features = [ "aio", "event", "feature", ] default-features = false [dev-dependencies.sysctl] version = "0.1" [dev-dependencies.tempfile] version = "3.4" [features] default = [] tokio = []