# 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-influxdb" version = "0.1.0" description = "InfluxDB client compatible with the metrics facade" homepage = "https://github.com/alanbaumgartner/metrics-influxdb" readme = "README.md" license = "MIT" repository = "https://github.com/sevco/metrics-influxdb" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.metrics] version = "0.21.1" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22"