# 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 = "metrics-exporter-influx" version = "0.1.3" description = "A metrics-compatible exporter for sending metrics to Influx/Grafana Cloud" homepage = "https://github.com/sevco/metrics-exporter-influx" readme = "README.md" license = "MIT" repository = "https://github.com/sevco/metrics-exporter-influx" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.26" features = [ "serde", "clock", ] default-features = false [dependencies.http] version = "0.2.9" optional = true [dependencies.indexmap] version = "1.9.3" [dependencies.itertools] version = "0.11.0" [dependencies.metrics] version = "0.21.1" [dependencies.metrics-util] version = "0.15.1" [dependencies.quanta] version = "0.12" default-features = false [dependencies.reqwest] version = "0.11.18" features = [ "rustls-tls", "gzip", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = ["time"] [dependencies.tokio-retry] version = "0.3.0" [dependencies.tracing] version = "0.1.37" features = ["log"] [dev-dependencies.httpmock] version = "0.6.7" [dev-dependencies.tempfile] version = "3.5.0" [dev-dependencies.tokio] version = "1.28.2" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] default = ["http"] http = [ "reqwest", "dep:http", ]