# 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 = "genesis_rs" version = "2.0.0" authors = ["Thembinkosi Mkhonta (thembinkosimkhonta01@gmail.com)"] build = false include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Enabling developers with Genesis. Genesis is a powerful, flexible, and user-friendly project starter tool designed for Go and Rust developers. It streamlines the initial setup process, allowing developers to focus on what truly matters: building great applications and solving business problems." homepage = "https://github.com/ThembinkosiThemba/genesis" readme = "README.md" keywords = [ "rust", "genesis", "starter", "go", "generate", ] license = "MIT" repository = "https://github.com/ThembinkosiThemba/genesis" [[bin]] name = "genesis" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.0" [dependencies.dirs] version = "4.0" [dependencies.dotenv] version = "0.15.0" [dependencies.git2] version = "0.19.0" [dependencies.indicatif] version = "0.16.2" [dependencies.regex] version = "1.5.4" [dependencies.shellexpand] version = "2.1.0" [dependencies.toml_edit] version = "0.19" [dependencies.walkdir] version = "2.3"