# 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 = "pixfetch" version = "1.0.0" authors = ["RubixDev"] exclude = ["screenshots"] description = "Another fetch program with pixelized images written in Rust" keywords = [ "ansi", "terminal", "pixel", "cli", "fetch", ] categories = ["command-line-utilities"] license = "GPL-2.0-only" repository = "https://github.com/RubixDev/pixfetch" resolver = "2" [profile.release] strip = true [dependencies.ansipix] version = "1.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.6" features = [ "derive", "wrap_help", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.sysinfo] version = "0.24.5" [dependencies.systemstat] version = "0.1.11" [dependencies.toml] version = "0.5.9" [build-dependencies.clap] version = "3.2.6" features = ["derive"] [build-dependencies.clap_complete] version = "3.2.2" [build-dependencies.clap_mangen] version = "0.1.9" [build-dependencies.serde] version = "1.0.137" features = ["derive"] [build-dependencies.strum] version = "0.24.1" features = ["derive"] [target."cfg(not(target_os = \"android\"))".dependencies.battery] version = "0.7.8" [target."cfg(target_os = \"android\")".dependencies.serde_json] version = "1.0.81"