# 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 = "rocketfetch" version = "0.7.5" authors = ["Devan Looches "] build = false include = ["src/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A WIP command line system information tool written asynchronously in rust for performance with toml file configuration." readme = "README.md" keywords = [ "system", "cli", "fetch", "multithreaded", "multithreading", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/devanlooches/rustfetch" [profile.release] opt-level = 3 lto = "fat" [[bin]] name = "rocketfetch" path = "src/main.rs" [dependencies.any_terminal_size] version = "0.1.21" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.dirs] version = "5.0.1" [dependencies.libmacchina] version = "7.3.0" [dependencies.regex] version = "1.10.5" [dependencies.secfmt] version = "0.1.1" [dependencies.serde] version = "1.0.204" [dependencies.serde_derive] version = "1.0.204" [dependencies.textwrap] version = "0.16.1" [dependencies.toml] version = "0.8.15" [dependencies.user-error] version = "1.2.8" [dev-dependencies.pretty_assertions] version = "1.4.0"