tokio 0.3.4

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.bytes]
optional = true
version = "0.6.0"

[dependencies.futures-core]
optional = true
version = "0.3.0"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.memchr]
optional = true
version = "2.2"

[dependencies.mio]
optional = true
version = "0.7.6"

[dependencies.num_cpus]
optional = true
version = "1.8.0"

[dependencies.parking_lot]
optional = true
version = "0.11.0"

[dependencies.pin-project-lite]
version = "0.2.0"

[dependencies.slab]
optional = true
version = "0.4.1"

[dependencies.tokio-macros]
optional = true
version = "0.3.0"

[dependencies.tracing]
default-features = false
features = ["std"]
optional = true
version = "0.1.21"
[dev-dependencies.futures]
features = ["async-await"]
version = "0.3.0"

[dev-dependencies.proptest]
version = "0.10.0"

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

[dev-dependencies.tokio-test]
version = "0.3.0"

[features]
default = []
fs = []
full = ["fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "stream", "sync", "time"]
io-std = []
io-util = ["memchr", "bytes"]
macros = ["tokio-macros"]
net = ["lazy_static", "libc", "mio/os-poll", "mio/os-util", "mio/tcp", "mio/udp", "mio/uds"]
process = ["bytes", "lazy_static", "libc", "mio/os-poll", "mio/os-util", "mio/uds", "signal-hook-registry", "winapi/threadpoollegacyapiset"]
rt = ["slab"]
rt-multi-thread = ["num_cpus", "rt"]
signal = ["lazy_static", "libc", "mio/os-poll", "mio/uds", "mio/os-util", "signal-hook-registry", "winapi/consoleapi"]
stream = ["futures-core"]
sync = []
test-util = []
time = []

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
categories = ["asynchronous", "network-programming"]
description = "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n"
documentation = "https://docs.rs/tokio/0.3.4/tokio/"
edition = "2018"
homepage = "https://tokio.rs"
keywords = ["io", "async", "non-blocking", "futures"]
license = "MIT"
name = "tokio"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio"
version = "0.3.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
features = ["full"]
[target."cfg(loom)".dev-dependencies.loom]
features = ["futures", "checkpoint"]
version = "0.3.5"
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2.42"

[target."cfg(unix)".dependencies.signal-hook-registry]
optional = true
version = "1.1.1"
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2.42"

[target."cfg(unix)".dev-dependencies.nix]
version = "0.19.0"
[target."cfg(windows)".dependencies.winapi]
default-features = false
optional = true
version = "0.3.8"