create-proyect-cli 2.0.3

CLI para crear proyectos rĂ¡pidamente
# 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 = "create-proyect-cli"
version = "2.0.3"
authors = ["Carlos Ignacio Olano Mares"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI para crear proyectos rĂ¡pidamente"
readme = "README.md"
keywords = [
    "cli",
    "generator",
    "rust",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/CARLOSMARES/proyecto-cli"

[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.figlet-rs]
version = "0.1.5"

[dependencies.inquire]
version = "0.6.2"

[dependencies.spinners]
version = "4.1.1"

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