# 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.48" name = "async-io" version = "1.13.0" authors = ["Stjepan Glavina "] exclude = ["/.*"] description = "Async I/O and timers" readme = "README.md" keywords = [ "mio", "epoll", "kqueue", "iocp", ] categories = [ "asynchronous", "network-programming", "os", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/async-io" [[bench]] name = "io" harness = false [[bench]] name = "timer" harness = false [dependencies.async-lock] version = "2.6" [dependencies.cfg-if] version = "1" [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.rustix] version = "0.37.1" features = [ "std", "fs", ] default-features = false [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" features = ["cargo_bench_support"] default-features = false [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.timerfd] version = "1" [target."cfg(windows)".dev-dependencies.uds_windows] version = "1"