statsd 0.16.1

A basic statsd client for rust.
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 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 = "statsd"
version = "0.16.1"
authors = ["Mark Story <mark@mark-story.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE.txt",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A basic statsd client for rust."
homepage = "https://github.com/markstory/rust-statsd"
readme = "README.md"
license = "MIT"

[lib]
name = "statsd"
path = "src/lib.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[dependencies.rand]
version = "0.8"

[dev-dependencies.itertools]
version = "0.10"