# 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" rust-version = "1.64.0" name = "tmplt" version = "0.1.1" authors = ["Humble Penguin "] description = "tmplt is a command-line interface tool that allows you to quickly and easily set up project templates for various programming languages and frameworks" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/humblepenguinn/tmplt/" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.20" features = ["serde"] [dependencies.clap] version = "4.1.12" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.0" [dependencies.indicatif] version = "0.17.3" [dependencies.inquire] version = "0.6.0" [dependencies.reqwest] version = "0.11.16" features = ["rustls-tls-native-roots"] default-features = false [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_yaml] version = "0.9.19" [dependencies.tokio] version = "1.27.0" [dependencies.url] version = "2.3.1" [build-dependencies.chrono] version = "0.4.20" [build-dependencies.clap] version = "4.1.12" features = ["derive"] [build-dependencies.clap_complete] version = "4.2.0" [build-dependencies.clap_mangen] version = "0.2.9"