mio 0.6.23

Lightweight non-blocking IO
Documentation
test = []
[dependencies.cfg-if]
version = "0.1.9"

[dependencies.iovec]
version = "0.1.1"

[dependencies.log]
version = "0.4"

[dependencies.net2]
version = "0.2.36"

[dependencies.slab]
version = "0.4.0"
[dev-dependencies.bytes]
version = "0.3.0"

[dev-dependencies.env_logger]
default-features = false
version = "0.4.0"

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

[features]
default = ["with-deprecated"]
with-deprecated = []

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["asynchronous"]
description = "Lightweight non-blocking IO"
documentation = "https://docs.rs/mio/0.6.23/mio/"
homepage = "https://github.com/tokio-rs/mio"
include = ["Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "src/**/*.rs"]
keywords = ["io", "async", "non-blocking"]
license = "MIT"
name = "mio"
readme = "README.md"
repository = "https://github.com/tokio-rs/mio"
version = "0.6.23"
[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon]
version = "0.3.2"

[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon-sys]
version = "0.3.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.54"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2"

[target."cfg(windows)".dependencies.miow]
version = "0.2.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.2.6"