async-io 1.12.0

Async I/O and timers
Documentation
[[bench]]
harness = false
name = "io"
[build-dependencies.autocfg]
version = "1"
[dependencies.async-lock]
version = "2.6"

[dependencies.concurrent-queue]
version = "2"

[dependencies.futures-lite]
version = "1.11.0"

[dependencies.log]
version = "0.4.11"

[dependencies.parking]
version = "2.0.0"

[dependencies.polling]
version = "2.0.0"

[dependencies.slab]
version = "0.4.2"

[dependencies.socket2]
features = ["all"]
version = "0.4.2"

[dependencies.waker-fn]
version = "1.1.0"
[dev-dependencies.async-channel]
version = "1"

[dev-dependencies.async-net]
version = "1"

[dev-dependencies.blocking]
version = "1"

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

[dev-dependencies.getrandom]
version = "0.2.7"

[dev-dependencies.signal-hook]
version = "0.3"

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

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "network-programming", "os"]
description = "Async I/O and timers"
edition = "2018"
exclude = ["/.*"]
keywords = ["mio", "epoll", "kqueue", "iocp", "wepoll"]
license = "Apache-2.0 OR MIT"
name = "async-io"
readme = "README.md"
repository = "https://github.com/smol-rs/async-io"
rust-version = "1.46"
version = "1.12.0"
[target."cfg(target_os = \"linux\")".dev-dependencies.inotify]
default-features = false
version = "0.10"

[target."cfg(target_os = \"linux\")".dev-dependencies.nix]
default-features = false
version = "0.25"

[target."cfg(target_os = \"linux\")".dev-dependencies.timerfd]
version = "1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.77"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Networking_WinSock"]
version = "0.42"
[target."cfg(windows)".dev-dependencies.uds_windows]
version = "1"