[go: up one dir, main page]

async-io 2.2.1

Async I/O and timers
Documentation
[[bench]]
harness = false
name = "io"

[[bench]]
harness = false
name = "timer"
[dependencies.async-lock]
version = "3.0.0"

[dependencies.cfg-if]
version = "1"

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

[dependencies.futures-io]
default-features = false
features = ["std"]
version = "0.3.28"

[dependencies.futures-lite]
default-features = false
version = "2.0.0"

[dependencies.parking]
version = "2.0.0"

[dependencies.polling]
version = "3.0.0"

[dependencies.rustix]
default-features = false
features = ["fs", "net", "std"]
version = "0.38.2"

[dependencies.slab]
version = "0.4.2"

[dependencies.tracing]
default-features = false
version = "0.1.37"
[dev-dependencies.async-channel]
version = "2.0.0"

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

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

[dev-dependencies.criterion]
default-features = false
features = ["cargo_bench_support"]
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 = "2021"
exclude = ["/.*"]
keywords = ["mio", "epoll", "kqueue", "iocp"]
license = "Apache-2.0 OR MIT"
name = "async-io"
readme = "README.md"
repository = "https://github.com/smol-rs/async-io"
rust-version = "1.63"
version = "2.2.1"
[target."cfg(target_os = \"linux\")".dev-dependencies.inotify]
default-features = false
version = "0.10.1"

[target."cfg(target_os = \"linux\")".dev-dependencies.timerfd]
version = "1"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation"]
version = "0.52.0"
[target."cfg(windows)".dev-dependencies.uds_windows]
version = "1"