[package]
name = "statpick"
version = "0.1.2"
edition = "2024"
authors = ["Erik Hollensbe <github@hollensbe.org>"]
license = "MIT"
readme = "README.md"
keywords = ["system", "statistics", "stats", "cli", "top"]
description = "Pick one system stat and report on it at the CLI, for scripts"
repository = "https://github.com/erikh/statpick"
[dependencies]
clap = { version = "^4", features = ["derive"] }
rustix = { version = "^1", default-features = false, features = ["use-libc", "system"] }
repr-size = "^0.1"