prom-write 0.2.0

CLI for writing metrics to Prometheus over the remote write API.
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.75"

[dependencies.http]
version = "0.2.9"

[dependencies.prometheus_remote_write]
features = ["parse", "compression", "http"]
version = "0.2.0"

[dependencies.ureq]
default-features = false
features = ["tls", "rustls"]
version = "2.8.0"

[dependencies.url]
version = "2.4.1"

[package]
authors = ["Christoph Herzog <chris@theduke.at>"]
description = "CLI for writing metrics to Prometheus over the remote write API."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "prom-write"
repository = "https://github.com/theduke/prom-write"
version = "0.2.0"