pravega-wire-protocol 0.2.0

An internal library used by the Pravega Rust client.
Documentation
[package]
name = "pravega-wire-protocol"
version = "0.2.0"
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 <Tom.Kaitchuck@dell.com>", "Wenqi Mou <wenqi.mou@dell.com>",
           "Sandeep Shridhar <sandeep.shridhar@dell.com>", "Wenxiao Zhang <wenxiao.zhang@dell.com>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pravega-client-shared = { path = "../shared", version = "0.2"}
pravega-client-retry = {path = "../retry", version = "0.2"}
pravega-connection-pool = {path = "../connection_pool", version = "0.2" }
pravega-client-config = {path = "../config", version = "0.2"}
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"