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