futures-channel 0.3.20

Channels for asynchronous communication using futures-rs.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "futures-channel"
version = "0.3.20"
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc57104e95e4bf14cfd932cf9be4b32666ab615bc274dad3cb95444296eef23e"

[[package]]
name = "futures-sink"
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f8ca6a113a61188b08f27de9cf75185738b6d29764d4d5be3f93709a873e787"