# 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 = "pfetch" version = "2.11.0" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool" readme = "README.md" keywords = [ "fetch", "pfetch", "cli", "system", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Gobidev/pfetch-rs" [profile.release] strip = true [dependencies.crossterm] version = "0.28.1" [dependencies.dotenvy] version = "0.15.6" [dependencies.glob] version = "0.3.1" [dependencies.globset] version = "0.4.10" [dependencies.libmacchina] version = "7.3.0" [dependencies.os-release] version = "0.1.0" [dependencies.pfetch-extractor] version = "0.2.3" [dependencies.pfetch-logo-parser] version = "0.1.1" [dependencies.which] version = "6.0.2"