# 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 = "flexi_logger_datadog" version = "0.1.3" authors = ["Aaron Griffin "] description = "A `flexi_logger` compatible logger that sends to DataDog" documentation = "https://docs.rs/flexi-logger-datadog" readme = "README.md" license = "MIT" repository = "https://github.com/sevco/flexi-logger-datadog" resolver = "2" [dependencies.async-trait] version = "^0.1" [dependencies.chrono] version = "^0.4" [dependencies.flexi_logger] version = "^0.22" features = ["use_chrono_for_offset"] [dependencies.flume] version = "^0.10" [dependencies.itertools] version = "^0.10" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.11" features = [ "json", "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1.12" optional = true [dev-dependencies.anyhow] version = "^1.0" [dev-dependencies.httpmock] version = "^0.6" [features] default = ["tokio-rt"] tokio-rt = ["tokio"]