create-proyect-cli 2.1.9

CLI para crear proyectos rĂ¡pidamente (Express, Rust, Python, Angular, Vue, React)
# 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 = "2024"
name = "create-proyect-cli"
version = "2.1.9"
authors = ["Carlos Ignacio Olano Mares"]
build = false
exclude = [
    "target/*",
    ".github/*",
    "node_modules/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI para crear proyectos rĂ¡pidamente (Express, Rust, Python, Angular, Vue, React)"
homepage = "https://github.com/CARLOSMARES/proyecto-cli"
documentation = "https://github.com/CARLOSMARES/proyecto-cli"
readme = "README.md"
keywords = [
    "cli",
    "project-generator",
    "rust-cli",
    "developer-tools",
    "scaffolding",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::build-utils",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/CARLOSMARES/proyecto-cli"

[package.metadata.dist]
npm-package = "create-proyect-cli"
windows-archive = ".tar.gz"
unix-archive = ".tar.gz"
targets = [
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
    "aarch64-unknown-linux-gnu",
]

[package.metadata.wix]
upgrade-guid = "F4A7337F-9A3F-4977-B3D8-3DD36584029A"
path-guid = "538EDC30-D280-482C-923B-81308BD1AFC1"
license = false
eula = false

[[bin]]
name = "create-proyect-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "5.0"

[dependencies.figlet-rs]
version = "0.1.5"

[dependencies.inquire]
version = "0.6.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.spinners]
version = "4.1.1"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true