20 lines
585 B
TOML

[package]
name = "metrics-process-promstyle"
description = "Prometheus-style 'process metrics' for the generic metrics façade"
repository = "https://bics.ga/reivilibre/metrics-process-promstyle.git"
authors = ["Olivier 'reivilibre'"]
license = "MIT OR Apache-2.0"
#
version = "0.18.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
metrics = "0.18.1"
procfs = "0.12.0"
[dev-dependencies]
metrics-exporter-prometheus = "0.9.0"
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }