promwrite 0.1.3

a simple prometheus remote write client library
Documentation
# 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 = "2024"
name = "promwrite"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a simple prometheus remote write client library"
readme = false
keywords = [
    "prometheus",
    "remote-write",
    "monitoring",
]
categories = [
    "development-tools::profiling",
    "network-programming",
]
license = "MIT OR Apache-2.0"

[lib]
name = "promwrite"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.45"

[dependencies.prost]
version = "0.14.4"
features = ["derive"]

[dependencies.reqwest]
version = "0.13.4"
features = ["rustls"]
default-features = false

[dependencies.snap]
version = "1.1.1"

[dependencies.tokio]
version = "1.52.3"
features = [
    "sync",
    "time",
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1.44"