ui-cli 0.2.14

A CLI to add components to your app.
Documentation
[[bin]]
name = "ui"
path = "src/main.rs"

[dependencies.cargo_toml]
version = "0.22"

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

[dependencies.colored]
version = "3"

[dependencies.dialoguer]
version = "0.12"

[dependencies.heck]
version = "0.5"

[dependencies.indicatif]
version = "0.18"

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.thiserror]
version = "2"

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

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

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

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

[package]
authors = ["Rustify"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "web-programming", "development-tools", "accessibility", "wasm"]
description = "A CLI to add components to your app."
edition = "2024"
homepage = "https://rust-ui.com/docs/components/cli"
keywords = ["cli", "ui", "components", "leptos", "tailwind"]
license = "MIT"
name = "ui-cli"
readme = "README.md"
repository = "https://github.com/rust-ui/cli"
version = "0.2.14"

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