fastmetrics-process 0.1.1

Prometheus-style process metrics built on fastmetrics.
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"
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