ratatui-kit 0.10.3

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.10.3"
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]
atom = []
default = []
full = [
    "router",
    "atom",
    "input",
    "tree",
    "virtual-list",
    "table",
    "serde",
    "ratatui-kit-macros/full",
]
input = ["tui-input"]
router = [
    "regex",
    "ratatui-kit-macros/router",
]
serde = [
    "dep:serde",
    "ratatui/serde",
]
table = ["unicode-width"]
test-util = []
tree = ["tui-tree-widget"]
virtual-list = ["tui-widget-list"]

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

[[test]]
name = "ui"
path = "tests/ui.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.6.2"

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

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.textwrap]
version = "0.16.2"

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

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

[dependencies.tui-widget-list]
version = "0.15.2"
optional = true

[dependencies.unicode-width]
version = "0.2"
optional = true

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]

[dev-dependencies.trybuild]
version = "1.0"