# 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" rust-version = "1.61" name = "datadoghq" version = "0.2.2" authors = ["Andrés Castiglia "] description = "Datadog APM-compatible tracer and logger" homepage = "https://castiglia.ar" readme = "README.md" keywords = [ "datadog", "tracer", "logger", ] categories = [ "development-tools::debugging", "development-tools::profiling", "asynchronous", ] license = "MIT" repository = "https://github.com/andrescastiglia/rust-datadog.git" resolver = "2" [dependencies.attohttpc] version = "~0.19" [dependencies.chrono] version = "~0.4" [dependencies.crossbeam-channel] version = "~0.5" [dependencies.lazy_static] version = "~1.4" [dependencies.log] version = "~0.4" features = [ "std", "serde", ] [dependencies.num_cpus] version = "~1.13" [dependencies.rand] version = "~0.8" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.tracing] version = "~0.1" [dev-dependencies.ctor] version = "~0.1"