[dependencies.futures-core]
default-features = false
version = "0.3.1"
[dependencies.futures-sink]
default-features = false
optional = true
version = "0.3.1"
[features]
alloc = ["futures-core/alloc"]
cfg-target-has-atomic = ["futures-core/cfg-target-has-atomic"]
default = ["std"]
sink = ["futures-sink"]
std = ["alloc", "futures-core/std"]
unstable = ["futures-core/unstable"]
[lib]
name = "futures_channel"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Channels for asynchronous communication using futures-rs.\n"
documentation = "https://docs.rs/futures-channel/0.3.0"
edition = "2018"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-channel"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.3.1"