sysstatus 0.2.0

A small fast tool to get an overview of the system including load, storage usage, temperature and services.
[dependencies.bytesize]
version = "1.0.1"

[dependencies.colored]
version = "2.0.0"

[dependencies.lazy-regex]
version = "2.2.1"

[dependencies.regex]
version = "1.5.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.123"

[dependencies.serde_json]
version = "1.0"

[dependencies.structopt]
version = "0.3.21"

[dependencies.sysinfo]
version = "0.19.1"

[dependencies.thiserror]
version = "1.0.26"

[package]
authors = ["Connor Holloway <c.holloway314@outlook.com>"]
categories = ["command-line-utilities"]
description = "A small fast tool to get an overview of the system including load, storage usage, temperature and services."
edition = "2018"
exclude = ["resources/example_output.png"]
keywords = ["cli", "utility", "command-line"]
license-file = "LICENSE"
name = "sysstatus"
repository = "https://github.com/Scratchcat1/sysstatus"
version = "0.2.0"