[package]
edition = "2024"
rust-version = "1.88"
name = "fastmetrics-process"
version = "0.1.1"
authors = ["Qinxuan Chen <https://github.com/koushiro>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prometheus-style process metrics built on fastmetrics."
homepage = "https://github.com/koushiro/fastmetrics"
documentation = "https://docs.rs/fastmetrics-process"
readme = "README.md"
keywords = [
"openmetrics",
"metrics",
"prometheus",
"process",
]
license = "Apache-2.0"
repository = "https://github.com/koushiro/fastmetrics"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "fastmetrics_process"
path = "src/lib.rs"
[dependencies.fastmetrics]
version = "0.6.0"
[dependencies.parking_lot]
version = "0.12"
[dependencies.sysinfo]
version = "0.38"
features = ["system"]
default-features = false