# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dshw" version = "0.2.0" authors = ["inunix3 "] description = "A dead simple CLI program to query information about system and hardware." readme = "README.md" keywords = ["system-information"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/inunix3/dshw" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.humantime] version = "2.1.0" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.5" [dependencies.strum_macros] version = "0.26.4" [dependencies.sysinfo] version = "0.30.12" [dependencies.unescaper] version = "0.1.4"