[dependencies.either]
default-features = false
version = "1.4"
[dependencies.futures]
optional = true
version = "0.1"
[dependencies.futures-channel-preview]
default-features = false
version = "0.3.0-alpha.6"
[dependencies.futures-core-preview]
default-features = false
version = "0.3.0-alpha.6"
[dependencies.futures-io-preview]
default-features = false
version = "0.3.0-alpha.6"
[dependencies.futures-sink-preview]
default-features = false
version = "0.3.0-alpha.6"
[dependencies.pin-utils]
version = "0.1.0-alpha.2"
[dependencies.slab]
optional = true
version = "0.4"
[dependencies.tokio-executor]
optional = true
version = "0.1.2"
[features]
bench = []
compat = ["std", "futures"]
default = ["std", "futures-core-preview/either", "futures-sink-preview/either"]
nightly = []
std = ["futures-core-preview/std", "futures-io-preview/std", "futures-sink-preview/std", "either/use_std", "slab"]
tokio-compat = ["compat", "tokio-executor"]
[lib]
name = "futures_util"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Common utilities and extension traits for the futures-rs library.\n"
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.5/futures_util"
edition = "2018"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-util-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.3.0-alpha.6"