promptt 1.1.0

Interactive CLI prompts library, lightweight and easy to use.
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"
rust-version = "1.93.1"
name = "promptt"
version = "1.1.0"
authors = ["YONGQI <betterhyq@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive CLI prompts library, lightweight and easy to use."
homepage = "https://github.com/un-rust/promptt"
documentation = "https://docs.rs/promptt"
readme = "README.md"
keywords = [
    "cli",
    "prompts",
    "interactive",
    "library",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/un-rust/promptt"

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

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

[dependencies.ansi-escapes]
version = "0.2.0"

[dependencies.colour]
version = "2.1.0"

[dependencies.crossterm]
version = "0.28"

[dependencies.strip-ansi-escapes]
version = "0.2"

[dependencies.urlogger]
version = "1.1.2"