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