rustmann 0.3.0-alpha.2

Rust/Tokio client for Riemann
Documentation
[package]
name = "rustmann"
version = "0.3.0-alpha.2"
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"

[dependencies]
tokio = "=0.2.0-alpha.2"
futures-core-preview = "=0.3.0-alpha.18"
futures-util-preview = "=0.3.0-alpha.18"
protobuf = { version = "2", features = ["with-bytes"] }
bytes = "0.4"
derive_builder = "0.7.0"

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