# 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 = "influxdb-dispatcher" version = "2.1.1" authors = ["cloudwalk.io"] description = "Batch metrics collection using influxdb" readme = "README.md" keywords = [ "influxdb", "grafana", ] license = "MIT" repository = "https://github.com/cloudwalk/influxdb-dispatcher" [dependencies.envconfig] version = "0.9" [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.influxdb] version = "0.5" default-features = false [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1.14" features = ["macros"] [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1" [features] default = ["reqwest-client"] reqwest-client = ["influxdb/reqwest-client"] reqwest-client-rustls = ["influxdb/reqwest-client-rustls"] util = []