blob: 8d29e506bc7288cf1ce7d49ea8e5d6c21ee3000d [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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "async-io"
version = "1.3.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "Async I/O and timers"
homepage = "https://github.com/stjepang/async-io"
documentation = "https://docs.rs/async-io"
readme = "README.md"
keywords = ["mio", "epoll", "kqueue", "iocp", "wepoll"]
categories = ["asynchronous", "network-programming", "os"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/async-io"
[dependencies.concurrent-queue]
version = "1.2.2"
[dependencies.fastrand]
version = "1.3.5"
[dependencies.futures-lite]
version = "1.11.0"
[dependencies.log]
version = "0.4.11"
[dependencies.nb-connect]
version = "1.0.0"
[dependencies.once_cell]
version = "1.4.1"
[dependencies.parking]
version = "2.0.0"
[dependencies.polling]
version = "2.0.0"
[dependencies.vec-arena]
version = "1.0.0"
[dependencies.waker-fn]
version = "1.1.0"
[dev-dependencies.async-channel]
version = "1.4.2"
[dev-dependencies.async-net]
version = "1.3.0"
[dev-dependencies.blocking]
version = "1.0.0"
[dev-dependencies.signal-hook]
version = "0.1.16"
[dev-dependencies.tempfile]
version = "3.1.0"
[target."cfg(target_os = \"linux\")".dev-dependencies.inotify]
version = "0.8.3"
default-features = false
[target."cfg(target_os = \"linux\")".dev-dependencies.nix]
version = "0.18.0"
[target."cfg(target_os = \"linux\")".dev-dependencies.timerfd]
version = "1.1.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.77"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = ["winsock2"]
[target."cfg(windows)".dev-dependencies.uds_windows]
version = "0.1.5"