cactui 0.1.0

Terminal-based interactive prompts and key menus for CLI 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 = "2024"
name = "cactui"
version = "0.1.0"
authors = ["nobane"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-based interactive prompts and key menus for CLI applications"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nobane/cactui"

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

[[example]]
name = "inline-playback"
path = "examples/inline-playback.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.crossterm]
version = "0.28.1"
features = ["event-stream"]

[dev-dependencies]