pumo-system-info/Cargo.toml

20 lines
599 B
TOML

[package]
name = "pumo-system-info"
version = "0.1.1"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
description = "Gather and output system information"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sysinfo = "0.21.2"
clap = { version = "3.0.0-rc.0", default-features = false, features = ["std", "derive", "color"] }
serde = { version = "1.0.131", features = ["derive"] }
serde_json = "1.0.72"
output_vt100 = "0.1.2"
ansi_term = "0.12.1"
humansize = "1.1.1"