# 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 = "hfetch" version = "0.3.1" authors = ["Hkmori15"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple and configurable fetch written in Rust" readme = "README.md" keywords = [ "fetch", "rust", "hfetch", "cli", "system", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Hkmori15/hfetch-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 incremental = true strip = true [[bin]] name = "hfetch" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.31" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.sysinfo] version = "0.32.0" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19"