may-clack 0.7.2

stylish, interactive command line 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 = "2024"
name = "may-clack"
version = "0.7.2"
authors = ["may"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "stylish, interactive command line prompts"
readme = "readme.md"
keywords = [
    "clack",
    "cli",
    "input",
    "prompt",
    "prompts",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MPL-2.0"
repository = "https://github.com/m4rch3n1ng/may-clack"

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

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

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

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

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

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

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

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

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

[dependencies.crossterm]
version = "0.29.0"
features = [
    "events",
    "windows",
]
default-features = false

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.rustyline]
version = "17.0.2"
default-features = false

[dependencies.supports-unicode]
version = "3.0.0"

[dependencies.unicode-truncate]
version = "2.0.1"