[package]
name = "prometheus-client"
version = "0.18.1"
authors = ["Max Inden <mail@max-inden.de>"]
edition = "2021"
description = "Open Metrics client library allowing users to natively instrument applications."
license = "Apache-2.0 OR MIT"
keywords = ["openmetrics", "prometheus", "metrics", "instrumentation", "monitoring"]
repository = "https://github.com/prometheus/client_rust"
homepage = "https://github.com/prometheus/client_rust"
documentation = "https://docs.rs/prometheus-client"
[workspace]
members = ["derive-text-encode"]
[dependencies]
dtoa = "1.0"
itoa = "1.0"
parking_lot = "0.12"
prometheus-client-derive-text-encode = { version = "0.3.0", path = "derive-text-encode" }
[dev-dependencies]
async-std = { version = "1", features = ["attributes"] }
criterion = "0.3"
http-types = "2"
pyo3 = "0.16"
quickcheck = "1"
rand = "0.8.4"
tide = "0.16"
actix-web = "4"
[[bench]]
name = "family"
harness = false
[[bench]]
name = "text"
path = "benches/encoding/text.rs"
harness = false