[package]
name = "sysstatus"
version = "0.1.2"
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"]
[dependencies]
sysinfo = "0.19.1"
colored = "2.0.0"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0"
structopt = "0.3.21"
bytesize = "1.0.1"
lazy-regex = "2.2.1"
regex = "1.5.4"
thiserror = "1.0.26"