# 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 = "ddog" version = "0.1.0" authors = ["asnared"] exclude = [ "assets", ".env", ".env.prod", ] description = """ A Minimal Datadog SDK built in Pure Rust. """ readme = "README.md" keywords = [ "sdk", "datadog", "api", "rust", "logging", ] license = "AGPL-3.0-only" repository = "https://github.com/abigger87/ddog/" resolver = "2" [dependencies.async-trait] version = "0.1.57" [dependencies.chrono] version = "0.4.21" features = ["serde"] [dependencies.reqwest] version = "0.11.11" features = [ "json", "rustls-tls", ] [dependencies.serde] version = "1.0.143" [dependencies.serde_json] version = "1.0.83" [dependencies.serde_with] version = "2.0.0" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio-test] version = "0.4.2"