# 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 = "afetch" version = "0.0.7" authors = ["Asthowen"] description = "A CLI system information tool written in Rust." readme = "README.md" keywords = [ "fetch", "rust", ] license = "GPL-3.0" repository = "https://github.com/Asthowen/AFetch" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [profile.release.package."*"] opt-level = "z" codegen-units = 1 strip = true [dependencies.afetch-colored] version = "2.0.4" [dependencies.dirs] version = "5.0.1" [dependencies.image] version = "0.25.1" [dependencies.minreq] version = "2.11.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33" [dependencies.starship-battery] version = "0.8.3" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.supports-unicode] version = "3.0.0" [dependencies.sys-locale] version = "0.3.1" [dependencies.sysinfo] version = "0.30.9" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", ] default-features = false [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.viuer] version = "0.7.1" [dependencies.which] version = "6.0.1" [dependencies.whoami] version = "1.5.1"