hyperfoot 0.2.0

Benchmark the resource footprint of commands
[package]
name = "hyperfoot"
version = "0.2.0"
edition = "2024"
rust-version = "1.85"
description = "Benchmark the resource footprint of commands"
license = "MIT"
authors = ["Cesar Ferreira"]
repository = "https://github.com/cesarferreira/hyperfoot"

[[bin]]
name = "hyperfoot"
path = "src/main.rs"

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
colored = "3.1.1"
libc = "0.2.189"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
sysinfo = "0.36.1"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true
panic = "abort"