[package] name = "sysinfojson" version = "0.1.0" edition = "2021" authors = ["Takeru Ohta "] license = "MIT" description = "Command-line tool that displays system information collected using `sysinfo` crate in JSON format" homepage = "https://github.com/sile/sysinfojson" repository = "https://github.com/sile/sysinfojson" readme = "README.md" [dependencies] clap = { version = "4.5.18", features = ["derive"] } serde_json = "1.0.128" sysinfo = { version = "0.31.4", features = ["serde"] }