# 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 = "jfetch" version = "0.0.7" include = [ "**/*.rs", "Cargo.toml", ] description = "Simple command-line system information tool written tool like neofetch but in rust 🦀" homepage = "https://github.com/Aviksaikat/Just_Fetch" documentation = "https://github.com/Aviksaikat/Just_Fetch#-just-fetch-jfetch-" readme = "README.md" keywords = [ "fetch", "screenfetch", "rust", "cargo", "cross-paltform", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/Aviksaikat/Just_Fetch" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.rand] version = "0.8.5" [dependencies.sysinfo] version = "0.30.12" [dependencies.systemstat] version = "0.2.3" [dependencies.tabled] version = "0.15.0"