yewi-cli 1.3.2

CLI tool for managing yewi-kit components in Yew projects
# 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 = "yewi-cli"
version = "1.3.2"
authors = ["Fiaro fiaromiangaly@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for managing yewi-kit components in Yew projects"
homepage = "https://yewi.pages.dev"
readme = "README.md"
keywords = [
    "yew",
    "ui-kit",
    "web-development",
    "components",
    "wasm",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
    "gui",
    "web-programming",
    "wasm",
]
license = "MIT"
repository = "https://github.com/Emii-lia/yewi-cli"

[[bin]]
name = "yewi"
path = "src/main.rs"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.indicatif]
version = "0.18.3"

[dependencies.inquire]
version = "0.9.2"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "1.0.3+spec-1.1.0"

[dependencies.zip]
version = "8.2.0"

[profile.release]
opt-level = 3
lto = true