tuika 0.2.0

A composable terminal UI toolkit — flexbox layout, overlays, focus, and safe ratatui interoperability.
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"
rust-version = "1.88"
name = "tuika"
version = "0.2.0"
authors = ["Everruns <support@everruns.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A composable terminal UI toolkit — flexbox layout, overlays, focus, and safe ratatui interoperability."
homepage = "https://github.com/everruns/yolop"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "ratatui",
    "widgets",
    "layout",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/everruns/yolop"

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

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

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

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.textwrap]
version = "0.16"

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

[dev-dependencies.proptest]
version = "1"