# 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 = "dd-tracing-layer" version = "0.5.0" authors = ["Roberto Huertas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Send your logs to Datadog" readme = "README.md" keywords = [ "tracing", "log", "datadog", "layer", "tracing-subscriber", ] categories = [ "development-tools", "asynchronous", ] license = "MIT" repository = "https://github.com/robertohuertasm/log-tracing-layer" [lib] name = "dd_tracing_layer" path = "src/lib.rs" [[test]] name = "datadog" path = "tests/datadog.rs" [dependencies.async-recursion] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.libflate] version = "2.0" [dependencies.log-tracing-layer] version = "0.4.0" [dependencies.reqwest-default] version = "0.12" features = ["gzip"] optional = true package = "reqwest" [dependencies.reqwest-tls] version = "0.12" features = [ "gzip", "rustls-tls", ] optional = true default-features = false package = "reqwest" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "rt-multi-thread", "time", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "json", "registry", ] [features] default = ["reqwest-default"] tls = ["reqwest-tls"] [badges.maintenance] status = "actively-developed"