tk-carbon 0.2.0

Implementation of carbon (graphite) client protocol on top of tokio-rs
Documentation
# 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]
name = "tk-carbon"
version = "0.2.0"
authors = ["paul@colomiets.name"]
description = "    Implementation of carbon (graphite) client protocol on top of tokio-rs\n"
homepage = "http://github.com/tailhook/tk-carbon"
documentation = "http://docs.rs/tk-carbon"
readme = "README.md"
keywords = ["tokio", "carbon", "graphite", "metrics"]
categories = ["asynchronous", "network-programming"]
license = "MIT/Apache-2.0"
[dependencies.abstract-ns]
version = "0.4.2"

[dependencies.futures]
version = "0.1.16"

[dependencies.log]
version = "0.3.6"

[dependencies.num-traits]
version = "0.1.36"

[dependencies.rand]
version = "0.3.15"

[dependencies.tk-bufstream]
version = "0.3.0"

[dependencies.tokio-core]
version = "0.1.10"

[dependencies.tokio-io]
version = "0.1.4"

[dependencies.void]
version = "1.0.0"
[dev-dependencies.env_logger]
version = "0.4.1"

[dev-dependencies.futures-cpupool]
version = "0.1.6"

[dev-dependencies.ns-router]
version = "0.1.1"

[dev-dependencies.ns-std-threaded]
version = "0.3.0"

[dev-dependencies.regex]
version = "0.2.1"

[dev-dependencies.tk-easyloop]
version = "0.1.1"