futures-channel 0.3.21

Channels for asynchronous communication using futures-rs.
Documentation
[dependencies.futures-core]
default-features = false
version = "0.3.21"

[dependencies.futures-sink]
default-features = false
optional = true
version = "0.3.21"

[dev-dependencies]

[features]
alloc = ["futures-core/alloc"]
cfg-target-has-atomic = []
default = ["std"]
sink = ["futures-sink"]
std = ["alloc", "futures-core/std"]
unstable = []

[package]
description = "Channels for asynchronous communication using futures-rs.\n"
edition = "2018"
homepage = "https://rust-lang.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-channel"
repository = "https://github.com/rust-lang/futures-rs"
rust-version = "1.45"
version = "0.3.21"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]