blob: ff9b6e16743b5998661bb88595ad3cf25931f39d [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
rust-version = "1.46"
name = "async-io"
version = "1.12.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
exclude = ["/.*"]
description = "Async I/O and timers"
readme = "README.md"
keywords = [
"mio",
"epoll",
"kqueue",
"iocp",
"wepoll",
]
categories = [
"asynchronous",
"network-programming",
"os",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-io"
[[bench]]
name = "io"
harness = false
[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]
version = "0.4.2"
features = ["all"]
[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"
[build-dependencies.autocfg]
version = "1"
[target."cfg(target_os = \"linux\")".dev-dependencies.inotify]
version = "0.10"
default-features = false
[target."cfg(target_os = \"linux\")".dev-dependencies.nix]
version = "0.25"
default-features = false
[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]
version = "0.42"
features = ["Win32_Networking_WinSock"]
[target."cfg(windows)".dev-dependencies.uds_windows]
version = "1"