ratatui-kit 0.6.0

A framework for building interactive terminal user interfaces with ratatui
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 = "ratatui-kit"
version = "0.6.0"
authors = ["yexiyue <yexiyue666@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework for building interactive terminal user interfaces with ratatui"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yexiyue/ratatui-kit"

[features]
default = []
full = [
    "router",
    "store",
    "input",
    "tree",
    "ratatui-kit-macros/full",
]
input = ["tui-input"]
router = [
    "regex",
    "ratatui-kit-macros/router",
]
store = ["ratatui-kit-macros/store"]
tree = ["tui-tree-widget"]

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

[dependencies.any_key]
version = "0.1.1"

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

[dependencies.futures]
version = "0.3.32"

[dependencies.generational-box]
version = "0.7.9"

[dependencies.ratatui]
version = "0.30.1"

[dependencies.ratatui-kit-macros]
version = "0.5.1"

[dependencies.regex]
version = "1.12.4"
optional = true

[dependencies.tui-input]
version = "0.15.3"
features = ["ratatui"]
optional = true

[dependencies.tui-tree-widget]
version = "0.24.0"
optional = true