mio 0.7.9

Lightweight non-blocking IO
Documentation
[[example]]
name = "tcp_server"
required-features = ["os-poll", "net"]

[[example]]
name = "udp_server"
required-features = ["os-poll", "net"]
[dependencies.log]
version = "0.4.8"
[dev-dependencies.env_logger]
default-features = false
version = "0.6.2"

[dev-dependencies.rand]
version = "0.4"

[features]
default = []
extra-docs = []
net = []
os-ext = ["os-poll"]
os-poll = []
os-util = ["os-ext"]
pipe = ["os-ext"]
tcp = ["net"]
udp = ["net"]
uds = ["net"]

[package]
authors = ["Carl Lerche <me@carllerche.com>", "Thomas de Zeeuw <thomasdezeeuw@gmail.com>", "Tokio Contributors <team@tokio.rs>"]
categories = ["asynchronous"]
description = "Lightweight non-blocking IO"
documentation = "https://docs.rs/mio/0.7.7"
edition = "2018"
homepage = "https://github.com/tokio-rs/mio"
include = ["Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "src/**/*.rs", "examples/**/*.rs"]
keywords = ["io", "async", "non-blocking"]
license = "MIT"
name = "mio"
readme = "README.md"
repository = "https://github.com/tokio-rs/mio"
version = "0.7.9"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["aarch64-apple-ios", "aarch64-linux-android", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-sun-solaris", "x86_64-unknown-dragonfly", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", "x86_64-unknown-netbsd", "x86_64-unknown-openbsd"]

[package.metadata.playground]
features = ["os-poll", "os-ext", "net"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.86"
[target."cfg(windows)".dependencies.miow]
version = "0.3.6"

[target."cfg(windows)".dependencies.ntapi]
version = "0.3"

[target."cfg(windows)".dependencies.winapi]
features = ["winsock2", "mswsock"]
version = "0.3"