cli-ui 0.1.0

Styled CLI framework — typed argument parsing, themed help, and clack-style interactive prompts
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 = "2021"
rust-version = "1.70"
name = "cli-ui"
version = "0.1.0"
authors = ["NameOfShadow <NameOfShadow@users.noreply.github.com>"]
build = false
exclude = [
    "docs/*",
    "test.csv",
    "test.pem",
    "mini_cargo",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Styled CLI framework — typed argument parsing, themed help, and clack-style interactive prompts"
homepage = "https://github.com/NameOfShadow/cli-ui"
documentation = "https://docs.rs/cli-ui"
readme = "README.md"
keywords = [
    "cli",
    "prompt",
    "tui",
    "interactive",
    "clack",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NameOfShadow/cli-ui"

[features]
default = []
interactive = []

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

[[example]]
name = "hello_prompt"
path = "examples/hello_prompt.rs"

[[example]]
name = "mini_cargo"
path = "examples/mini_cargo.rs"

[[example]]
name = "mytool"
path = "examples/mytool.rs"

[[example]]
name = "prompt"
path = "examples/prompt.rs"

[[example]]
name = "prompt_validate"
path = "examples/prompt_validate.rs"

[[example]]
name = "subcommands"
path = "examples/subcommands.rs"

[[example]]
name = "validation"
path = "examples/validation.rs"

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

[dependencies.anstream]
version = "1"

[dependencies.anstyle]
version = "1"

[dependencies.cli-ui-derive]
version = "0.1.0"

[dependencies.crossterm]
version = "0.29"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_System_Console",
    "Win32_Foundation",
]