# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rustmann" version = "0.8.0" authors = ["Ning Sun "] description = "Rust/Tokio client for Riemann" readme = "README.md" keywords = [ "tokio", "riemann", "client", ] license = "MIT/Apache-2.0" repository = "https://github.com/sunng87/rustmann" [dependencies.derive_builder] version = "0.12" [dependencies.futures] version = "0.3.6" [dependencies.getset] version = "0.1.1" [dependencies.prost] version = "0.12" [dependencies.rustls-pki-types] version = "1.0" features = ["alloc"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.0" features = [ "rt", "net", ] [dependencies.tokio-rustls] version = "0.25.0" optional = true [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.webpki-roots] version = "0.26" optional = true [dev-dependencies.structopt] version = "0.3.3" [dev-dependencies.structopt-derive] version = "0.4.18" [dev-dependencies.tokio] version = "1.0" features = ["full"] [build-dependencies.prost-build] version = "0.12" [features] tls = [ "tokio-rustls", "webpki-roots", "rustls-pki-types", ]