# 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 = "hrs" version = "0.2.1" authors = ["Fitti "] description = "A tiny tool to create Rust projects even faster." readme = "README.md" keywords = [ "utility", "projects", "command-line", ] categories = [ "command-line-utilities", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://github.com/Fittiboy/hrs" [[bin]] name = "hrs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.1" [dependencies.dirs] version = "5.0.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.toml] version = "0.7.3"