# 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.70.0" name = "ezpz" version = "0.0.1" authors = ["Abinash S. "] build = false exclude = [ "examples/*", "tests/*", "benches/*", "*.log", ".github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A smart Rust project bootstrapper with interactive setup and best practices" homepage = "https://github.com/fnabinash/ezpz" documentation = "https://docs.rs/ezpz" readme = "README.md" keywords = [ "cli", "bootstrap", "template", "project-generator", "scaffold", ] categories = [ "development-tools", "development-tools::cargo-plugins", "command-line-utilities", ] license = "MIT" repository = "https://github.com/fnabinash/ezpz" [[bin]] name = "ezpz" path = "src/main.rs" [dependencies] [features] api = [] cli = [] default = ["cli"] full = [ "cli", "api", "wasm", ] wasm = [] [badges.maintenance] status = "actively-developed"