[package]
edition = "2021"
name = "resource-sampler"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resource sampling and metrics collection library for the Peek process intelligence tool"
homepage = "https://github.com/ankittk/peek"
documentation = "https://github.com/ankittk/peek"
readme = "README.md"
keywords = [
"process",
"linux",
"monitoring",
"metrics",
]
categories = [
"command-line-utilities",
"os::linux-apis",
]
license = "MIT"
repository = "https://github.com/ankittk/peek"
[lib]
name = "resource_sampler"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]