# 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 = "smplfetch" version = "0.1.0" authors = [ "Daksh Kaul", "daksh ", ] description = "A simple fetch script... but in Rust!" readme = "README.md" license = "GPL-2.0-or-later" repository = "https://github.com/DriftingOtter/smplfetch_rs.git" [package.metadata.docs.rs] features = ["default"] [dependencies.chrono] version = "0.4.38" [dependencies.sysinfo] version = "0.30.12" [dependencies.termcolor] version = "1.4.1" [dependencies.whoami] version = "1.5.1"