[package] name = "pravega-wire-protocol" 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 Pravega Rust client." 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] pravega-client-shared = { path = "../shared", version = "0.3"} pravega-client-retry = {path = "../retry", version = "0.3"} pravega-connection-pool = {path = "../connection_pool", version = "0.3" } pravega-client-config = {path = "../config", version = "0.3"} async-trait = "0.1" bincode2 = "2.0.1" byteorder = "1.3" lazy_static = "1.4" tracing = "0.1" uuid = {version = "0.8", features = ["v4"]} serde = { version = "1.0", features = ["derive"] } snafu = "0.6" tokio = { version = "1.1", features = ["full"] } futures = "0.3" log = "0.4" tokio-rustls = "0.22" derive-new = "0.5" serde_bytes = "0.11"