termenu 2.3.3

A fzf-like library for terminal applications
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"
name = "termenu"
version = "2.3.3"
authors = ["sshelll <shaojiale.gitignore@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fzf-like library for terminal applications"
readme = "README.md"
keywords = [
    "fzf",
    "command-line",
    "fuzzy-matcher",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/sshelll/termenu"

[features]
crossterm-with-tty = ["crossterm/use-dev-tty"]
default = ["crossterm-with-tty"]
no-pipe = ["crossterm"]

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

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

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

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

[[example]]
name = "non-ascii"
path = "examples/non-ascii.rs"

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

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

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

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

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.28"
optional = true

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.rayon]
version = "1.10.0"