[package]
name = "sysstatus"
version = "0.2.1"
authors = ["Connor Holloway <c.holloway314@outlook.com>"]
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"
]
[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"