[package]
edition = "2024"
name = "batch-aint-one-prometheus"
version = "0.2.0"
authors = ["Thom Wright <dev@thomwright.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prometheus metrics for batch-aint-one"
homepage = "https://github.com/ThomWright/batch-aint-one"
documentation = "https://docs.rs/batch-aint-one-prometheus"
readme = "README.md"
keywords = [
"batching",
"batch",
"prometheus",
"metrics",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/ThomWright/batch-aint-one"
resolver = "2"
[lib]
name = "batch_aint_one_prometheus"
path = "src/lib.rs"
[dependencies.batch-aint-one]
version = "0.15.0"
[dependencies.prometheus]
version = "0.14"
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.tokio-test]
version = "0.4.3"