# 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 = "rsftch" version = "0.7.7" authors = ["Charklie charliejohanid@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aesthetically pleasing and lightning fast hardware fetch tool written in rust with easy configuration." readme = "README.md" keywords = [ "fetch", "rust", "neofetch", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/charklie/rsftch" [package.metadata.packager] before-packaging-command = "cargo build --release" [[bin]] name = "rsftch" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.once_cell] version = "1.19" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.122"