# 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 = "rustfetch" version = "0.5.0" authors = ["Tom van Dijk <18gatenmaker6@gmail.com>"] description = "A simple fetch written in Rust." homepage = "https://github.com/18gatenmaker" documentation = "https://docs.rs/rustfetch" readme = "README.md" license-file = "UNLICENSE" repository = "https://github.com/18gatenmaker/rustfetch" [dependencies.ansi_term] version = "0.12.1" [dependencies.os_info] version = "3.2.0" default-features = false [dependencies.systemstat] version = "0.1.10"