async-std 0.99.7

Async version of the Rust standard library
Documentation
# 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-std"
version = "0.99.7"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "Yoshua Wuyts <yoshuawuyts@gmail.com>", "Contributors to async-std"]
description = "Async version of the Rust standard library"
homepage = "https://github.com/async-rs/async-std"
documentation = "https://docs.rs/async-std"
readme = "README.md"
keywords = ["async", "await", "future", "std", "task"]
categories = ["asynchronous", "concurrency", "network-programming"]
license = "Apache-2.0/MIT"
repository = "https://github.com/async-rs/async-std"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]
[dependencies.async-macros]
version = "1.0.0"

[dependencies.async-task]
version = "1.0.0"

[dependencies.broadcaster]
version = "0.2.4"
optional = true

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

[dependencies.crossbeam-channel]
version = "0.3.9"

[dependencies.crossbeam-deque]
version = "0.7.1"

[dependencies.futures-core-preview]
version = "0.3.0-alpha.18"

[dependencies.futures-io-preview]
version = "0.3.0-alpha.18"

[dependencies.futures-timer]
version = "0.4.0"

[dependencies.kv-log-macro]
version = "1.0.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"
features = ["kv_unstable"]

[dependencies.memchr]
version = "2.2.1"

[dependencies.mio]
version = "0.6.19"

[dependencies.mio-uds]
version = "0.6.7"

[dependencies.num_cpus]
version = "1.10.1"

[dependencies.pin-utils]
version = "0.1.0-alpha.4"

[dependencies.slab]
version = "0.4.2"
[dev-dependencies.femme]
version = "1.2.0"

[dev-dependencies.futures-channel-preview]
version = "0.3.0-alpha.18"

[dev-dependencies.futures-preview]
version = "0.3.0-alpha.18"
features = ["std", "nightly", "async-await"]

[dev-dependencies.futures-util-preview]
version = "0.3.0-alpha.18"

[dev-dependencies.surf]
version = "1.0.2"

[dev-dependencies.tempdir]
version = "0.3.7"

[features]
docs = ["broadcaster"]
unstable = ["broadcaster"]