# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "loadrs" version = "0.1.0" authors = ["Vince Buffalo "] description = "A command line tool to display users' CPU usage and warn about excessive usage." homepage = "https://github.com/vsbuffalo/loadrs" readme = "README.md" keywords = [ "system", "monitoring", "cli", "cpu", ] license = "MIT" repository = "https://github.com/vsbuffalo/loadrs" [[bin]] name = "load" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4.4" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.sysinfo] version = "0.31.2"