[package] name = "aptos-channel" version = "0.2.7" authors = ["Aptos Labs "] description = "An implementation of a channel with configurable QoS" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.57" futures = "0.3.21" aptos-infallible = { version = "0.2.1", path = "../../crates/aptos-infallible" } aptos-metrics-core = { version = "0.2.1", path = "../../crates/aptos-metrics-core" } [dev-dependencies] tokio = { version = "1.18.2", features = ["full"] } aptos-types = { version = "0.2.1", path = "../../types" } [lib] name = "channel"