rustmann 0.2.2

Rust/Tokio client for Riemann
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rustmann"
version = "0.2.2"
authors = ["Ning Sun <sunng@protonmail.com>"]
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.bytes]
version = "0.4"

[dependencies.derive_builder]
version = "0.7.0"

[dependencies.futures-legacy]
version = "0.1.28"
package = "futures"

[dependencies.futures-preview]
version = "0.3.0-alpha.17"
features = ["compat"]

[dependencies.protobuf]
version = "2"
features = ["with-bytes"]

[dependencies.tokio]
version = "0.1.22"
[build-dependencies.protoc-rust]
version = "2"