# 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.75" name = "fastrace-datadog" version = "0.7.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Datadog reporter for fastrace" documentation = "https://docs.rs/fastrace-datadog" readme = "README.md" keywords = [ "tracing", "span", "datadog", "jaeger", "opentelemetry", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/fast/fastrace" [lib] name = "fastrace_datadog" path = "src/lib.rs" [dependencies.fastrace] version = "0.7.4" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = ["blocking"] [dependencies.rmp-serde] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.futures] version = "0.3"