# 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 = "zeitfetch" version = "0.1.13" authors = ["Henrique V (nidnogg)"] description = "Instantaneous snapshots of cross-platform system information" homepage = "https://github.com/nidnogg/zeitfetch" readme = "README.md" keywords = [ "fetch", "system", "info", "cli", "utils", ] categories = [ "command-line-utilities", "os", "rendering", "visualization", "filesystem", ] license = "MIT" repository = "https://github.com/nidnogg/zeitfetch" [dependencies.home] version = "0.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.prettytable-rs] version = "^0.10" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.sysinfo] version = "0.29.11" [dependencies.termsize] version = "0.1.8" [dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.rstest] version = "0.18.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["processenv"]