mio-aio 0.7.0

POSIX AIO bindings for mio
Documentation
test = []
[dependencies.mio]
version = "0.8.0"

[dependencies.nix]
default-features = false
features = ["aio"]
version = "0.24.0"
[dev-dependencies.assert-impl]
version = "0.1"

[dev-dependencies.log]
version = "0.3.4"

[dev-dependencies.mio]
features = ["os-poll"]
version = "0.8.0"

[dev-dependencies.nix]
default-features = false
features = ["aio", "feature"]
version = "0.24.0"

[dev-dependencies.sysctl]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.0"

[features]
default = []
tokio = []

[package]
authors = ["Alan Somers <asomers@gmail.com>"]
categories = ["asynchronous", "filesystem"]
description = "POSIX AIO bindings for mio\n"
documentation = "https://asomers.github.io/mio-aio/mio_aio/"
edition = "2018"
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["io", "async", "non-blocking", "aio"]
license = "MIT/Apache-2.0"
name = "mio-aio"
readme = "README.md"
repository = "https://github.com/asomers/mio-aio"
version = "0.7.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-freebsd"]