rustmann 0.3.0-beta.3

Rust/Tokio client for Riemann
Documentation
[package]
name = "rustmann"
version = "0.3.0-beta.3"
authors = ["Ning Sun <sunng@protonmail.com>"]
description = "Rust/Tokio client for Riemann"
license = "MIT/Apache-2.0"
keywords = ["tokio", "riemann", "client"]
repository = "https://github.com/sunng87/rustmann"
readme = "README.md"
edition = "2018"

[features]
tls = ["tokio-rustls", "webpki", "webpki-roots"]

[dependencies]
tokio = "=0.2.0-alpha.6"
futures-core-preview = "=0.3.0-alpha.19"
futures-util-preview = "=0.3.0-alpha.19"
protobuf = { version = "2", features = ["with-bytes"] }
bytes = "0.4"
derive_builder = "0.7.0"
getset = "0.0.7"
failure = "0.1"
tokio-rustls = { version = "0.12.0-alpha.1", optional = true }
webpki = { version = "0.21", optional = true  }
webpki-roots = { version = "0.17", optional = true }

[build-dependencies]
protoc-rust = "2"