[[bench]]
name = "bilock"
path = "benches/bilock.rs"
[[bench]]
name = "flatten_unordered"
path = "benches/flatten_unordered.rs"
[[bench]]
name = "futures_unordered"
path = "benches/futures_unordered.rs"
[[bench]]
name = "select"
path = "benches/select.rs"
[dependencies.futures-channel]
default-features = false
features = ["std"]
optional = true
version = "0.3.31"
[dependencies.futures-core]
default-features = false
version = "0.3.31"
[dependencies.futures-io]
default-features = false
features = ["std"]
optional = true
version = "0.3.31"
[dependencies.futures-macro]
default-features = false
optional = true
version = "=0.3.31"
[dependencies.futures-sink]
default-features = false
optional = true
version = "0.3.31"
[dependencies.futures-task]
default-features = false
version = "0.3.31"
[dependencies.futures_01]
optional = true
package = "futures"
version = "0.1.25"
[dependencies.memchr]
optional = true
version = "2.2"
[dependencies.pin-project-lite]
version = "0.2.6"
[dependencies.pin-utils]
version = "0.1.0"
[dependencies.slab]
optional = true
version = "0.4.2"
[dependencies.tokio-io]
optional = true
version = "0.1.9"
[dev-dependencies.tokio]
version = "0.1.11"
[features]
alloc = ["futures-core/alloc", "futures-task/alloc"]
async-await = []
async-await-macro = ["async-await", "futures-macro"]
bilock = []
cfg-target-has-atomic = []
channel = ["std", "futures-channel"]
compat = ["std", "futures_01"]
default = ["std", "async-await", "async-await-macro"]
io = ["std", "futures-io", "memchr"]
io-compat = ["io", "compat", "tokio-io"]
portable-atomic = ["futures-core/portable-atomic"]
sink = ["futures-sink"]
std = ["alloc", "futures-core/std", "futures-task/std", "slab"]
unstable = ["futures-core/unstable", "futures-task/unstable"]
write-all-vectored = ["io"]
[lib]
name = "futures_util"
path = "src/lib.rs"
[lints.rust]
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
unreachable_pub = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(futures_sanitizer)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Common utilities and extension traits for the futures-rs library.
"""
edition = "2018"
homepage = "https://rust-lang.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-util"
readme = "README.md"
repository = "https://github.com/rust-lang/futures-rs"
rust-version = "1.56"
version = "0.3.31"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]