ui-cli 0.3.10

A CLI to add components to your app.
Documentation
# 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 = "ui-cli"
version = "0.3.10"
authors = ["Rustify"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI to add components to your app."
homepage = "https://rust-ui.com/docs/components/cli"
readme = "README.md"
keywords = [
    "cli",
    "ui",
    "components",
    "leptos",
    "tailwind",
]
categories = [
    "gui",
    "web-programming",
    "development-tools",
    "accessibility",
    "wasm",
]
license = "MIT"
repository = "https://github.com/rust-ui/cli"

[lib]
name = "ui_cli"
path = "src/lib.rs"

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

[[test]]
name = "test_registry_http"
path = "tests/test_registry_http.rs"

[dependencies.cargo_toml]
version = "0.22"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.29"

[dependencies.dialoguer]
version = "0.12"

[dependencies.glob]
version = "0.3"

[dependencies.heck]
version = "0.5"

[dependencies.indicatif]
version = "0.18"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.resvg]
version = "0.45"

[dependencies.rmcp]
version = "1"
features = [
    "server",
    "transport-io",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.9"
features = [
    "parse",
    "display",
    "serde",
]

[dependencies.toml_edit]
version = "0.23"

[dev-dependencies.tempfile]
version = "3"