[package] name = "cpu" version = "1.0.0" edition = "2021" authors = ["bend-n "] repository = "https://github.com/bend-n/monitorkit" license = "MIT" rust-version = "1.85" [dependencies] anyhow = "1.0.97" atools = "0.1.6" collar = "1.0.1" comat = "0.1.3" parking_lot = "0.12.3" regex = "1.11.1" termion = "4.0.4" grapher = { path = "../grapher" } hwmons = { version = "1.0.0", path = "../hwmons" } implicit-fn = "0.1.0" [[bin]] name = "cpu" doc = false path = "src/cpu.rs" [[bin]] name = "temps" doc = false path = "src/temps.rs"