mio 0.7.0

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

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

[dev-dependencies.net2]
version = "0.2.33"

[features]
default = []
extra-docs = []
os-poll = []
os-util = []
tcp = []
udp = []
uds = []

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["asynchronous"]
description = "Lightweight non-blocking IO"
documentation = "https://docs.rs/mio/0.7.0"
edition = "2018"
exclude = [".gitignore", ".travis.yml"]
homepage = "https://github.com/tokio-rs/mio"
keywords = ["io", "async", "non-blocking"]
license = "MIT"
name = "mio"
readme = "README.md"
repository = "https://github.com/tokio-rs/mio"
version = "0.7.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.62"
[target."cfg(windows)".dependencies.lazy_static]
version = "1.4.0"

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

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

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