# 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 = "datadog-statsd" version = "0.1.2" authors = ["Mark Story "] include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt", ] description = "A dogstatsd client for rust." homepage = "https://github.com/minato128/rust-dogstatsd" documentation = "https://docs.rs/datadog-statsd/" readme = "README.md" keywords = [ "datadog", "dogstatsd", "statsd", ] license = "MIT" repository = "https://github.com/minato128/rust-dogstatsd" [dependencies.rand] version = "^0.3"