[package] name = "pravega-client-channel" version = "0.3.7" edition = "2018" categories = ["network-programming"] keywords = ["streaming", "client", "pravega"] readme = "README.md" repository = "https://github.com/pravega/pravega-client-rust" license = "Apache-2.0" description = "An internal library used by the Rust client for Pravega." authors = ["Tom Kaitchuck ", "Wenqi Mou ", "Sandeep Shridhar ", "Wenxiao Zhang "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures-intrusive = "0.4" tokio = { version = "1.1", features = ["full"] }