# 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 = "2021" name = "cadence-macros" version = "1.5.0" authors = ["Nick Pillitteri"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Cadence, an extensible Statsd client for Rust" homepage = "https://github.com/56quarters/cadence" documentation = "https://docs.rs/cadence-macros/" readme = "README.md" keywords = [ "statsd", "metrics", ] license = "Apache-2.0/MIT" repository = "https://github.com/56quarters/cadence" [lib] name = "cadence_macros" path = "src/lib.rs" [[example]] name = "production-setup" path = "examples/production-setup.rs" [[example]] name = "simple-setup" path = "examples/simple-setup.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.cadence] version = "1.5" [dev-dependencies.crossbeam-channel] version = "0.5.1"