askr 0.1.6

Interactive CLI input tool with real-time validation and choice menus
Documentation
[[bin]]
name = "askr"
path = "src/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.crossterm]
version = "0.27"

[dependencies.dashmap]
version = "5.5"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.unicode-segmentation]
version = "1.10"

[dependencies.unicode-width]
version = "0.1"

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

[package]
authors = ["Glenn Franxman <gfranxman@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Interactive CLI input tool with real-time validation and choice menus"
documentation = "https://docs.rs/askr"
edition = "2021"
homepage = "https://github.com/gfranxman/askr"
keywords = ["cli", "input", "validation", "interactive", "terminal"]
license = "MIT OR Apache-2.0"
name = "askr"
readme = "README.md"
repository = "https://github.com/gfranxman/askr"
rust-version = "1.74.0"
version = "0.1.6"

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