# 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 = "prometheus-reqwest-remote-write" version = "0.2.1" authors = ["Christopher Kolstad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A prometheus remote write client for reqwest" homepage = "https://github.com/chriswk/prometheus_request_remote_write" readme = "README.md" license = "MIT" repository = "https://github.com/chriswk/prometheus_reqwest_remote_write" [lib] name = "prometheus_reqwest_remote_write" path = "src/lib.rs" [dependencies.prometheus] version = "0.13.4" [dependencies.prost] version = "0.13.3" [dependencies.reqwest] version = "0.12.8" [dependencies.snap] version = "1.1.1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.pretty_assertions] version = "1.4.1"