[package] name = "sysstatus" version = "0.2.1" authors = ["Connor Holloway "] edition = "2018" license-file = "LICENSE" description = "A small fast tool to get an overview of the system including load, storage usage, temperature and services." repository = "https://github.com/Scratchcat1/sysstatus" keywords = ["cli", "utility", "command-line"] categories = ["command-line-utilities"] exclude = [ "resources/example_output.png" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sysinfo = "0.24" colored = "2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" structopt = "0.3" bytesize = "1.1" lazy-regex = "2.3" regex = "1.5" thiserror = "1.0"