# 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 = "prima_datadog" version = "0.9.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An opinionated library to share code and approach to Datadog logging in prima.it" readme = "README.md" license = "MIT" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "prima_datadog" path = "src/lib.rs" [[test]] name = "end_to_end_runner" path = "tests/end_to_end_runner.rs" [[bench]] name = "basic_incr" path = "benches/basic_incr.rs" harness = false [dependencies.async-trait] version = "0.1" [dependencies.dogstatsd] version = "=0.12.1" default-features = false [dependencies.once_cell] version = "1.9" features = ["std"] default-features = false [dependencies.serde] version = "1" optional = true [dependencies.thiserror] version = "1.0" default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.mockall] version = "0.13" default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serial_test] version = "3.0.0" default-features = false [features] default = [] serde = ["dep:serde"]