1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
[package] name = "gpu" version = "1.0.0" edition = "2021" authors = ["bend-n <[email protected]>"] 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" termion = "4.0.4" grapher = { path = "../grapher" } memchr = "2.7.4" implicit-fn = "0.1.0" nvml-wrapper = "0.10.0" pretty-bytes = "0.2.2" [[bin]] name = "intel" doc = false path = "src/intel.rs" [[bin]] name = "nvidia" doc = false path = "src/nvidia.rs"