# 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 = "2018" name = "rufetch" version = "0.2.5" authors = ["SupremeDeity08"] description = "Simple Fetch written in Rust. Continued version of ru_fetch" readme = "README.md" keywords = [ "fetch", "info", "system", "linux", "windows", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/SupremeDeity08/RuFetch" [dependencies.ansi_term] version = "0.12.1" [dependencies.dirs] version = "4.0.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.sysinfo] version = "0.26.2" [dependencies.toml] version = "0.5.8"