[[bin]]
name = "sp"
path = "src/bin/sp/main.rs"
[dependencies.clap]
features = ["derive"]
version = "^4"
[dependencies.repr-size]
version = "^0.1"
[dependencies.rustix]
default-features = false
features = ["use-libc", "system"]
version = "^1"
[lib]
name = "statpick"
path = "src/lib.rs"
[package]
authors = ["Erik Hollensbe <github@hollensbe.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pick one system stat and report on it at the CLI, for scripts"
edition = "2024"
keywords = ["system", "statistics", "stats", "cli", "top"]
license = "MIT"
name = "statpick"
readme = "README.md"
repository = "https://github.com/erikh/statpick"
version = "0.1.0"