tokio 1.25.0

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

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

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

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

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

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

[dependencies.tokio-macros]
optional = true
version = "1.7.0"
[dev-dependencies.async-stream]
version = "0.3"

[dev-dependencies.futures]
features = ["async-await"]
version = "0.3.0"

[dev-dependencies.mockall]
version = "0.11.1"

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

[dev-dependencies.tokio-stream]
version = "0.1"

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

[features]
default = []
fs = []
full = ["fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "sync", "time"]
io-std = []
io-util = ["memchr", "bytes"]
macros = ["tokio-macros"]
net = ["libc", "mio/os-poll", "mio/os-ext", "mio/net", "socket2", "windows-sys/Win32_Foundation", "windows-sys/Win32_Security", "windows-sys/Win32_Storage_FileSystem", "windows-sys/Win32_System_Pipes", "windows-sys/Win32_System_SystemServices"]
process = ["bytes", "libc", "mio/os-poll", "mio/os-ext", "mio/net", "signal-hook-registry", "windows-sys/Win32_Foundation", "windows-sys/Win32_System_Threading", "windows-sys/Win32_System_WindowsProgramming"]
rt = []
rt-multi-thread = ["num_cpus", "rt"]
signal = ["libc", "mio/os-poll", "mio/net", "mio/os-ext", "signal-hook-registry", "windows-sys/Win32_Foundation", "windows-sys/Win32_System_Console"]
stats = []
sync = []
test-util = ["rt", "sync", "time"]
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"
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"
rust-version = "1.49"
version = "1.25.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "tokio_unstable"]
rustdoc-args = ["--cfg", "docsrs", "--cfg", "tokio_unstable"]

[package.metadata.playground]
features = ["full", "test-util"]
[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), not(target_os = \"wasi\")))".dev-dependencies.wasm-bindgen-test]
version = "0.3.0"
[target."cfg(docsrs)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security_Authorization"]
version = "0.42.0"
[target."cfg(loom)".dev-dependencies.loom]
features = ["futures", "checkpoint"]
version = "0.5.2"
[target."cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))".dev-dependencies.rand]
version = "0.8.0"
[target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dependencies.socket2]
features = ["all"]
optional = true
version = "0.4.4"
[target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.proptest]
version = "1"

[target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.socket2]
version = "0.4"
[target."cfg(target_os = \"freebsd\")".dev-dependencies.mio-aio]
features = ["tokio"]
version = "0.7.0"
[target."cfg(tokio_unstable)".dependencies.tracing]
default-features = false
features = ["std"]
optional = true
version = "0.1.25"
[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]
default-features = false
features = ["fs", "socket"]
version = "0.26"
[target."cfg(windows)".dependencies.windows-sys]
optional = true
version = "0.42.0"
[target."cfg(windows)".dev-dependencies.ntapi]
version = "0.3.6"