ichoose 0.3.0

Interactive terminal list selection (lib+bin)
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 = "ichoose"
version = "0.3.0"
authors = ["nanocryk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive terminal list selection (lib+bin)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nanocryk/iforgor"

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

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

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

[dependencies.ratatui]
version = "0.27.0"

[dependencies.tap]
version = "1.0.1"