[package]
edition = "2021"
rust-version = "1.93"
name = "tui-kit"
version = "0.3.0"
authors = ["Mathieu Antoine"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable TUI theme, widget frames, and layout helpers built on ratatui"
homepage = "https://github.com/osmo-systems/tui-kit"
readme = false
keywords = [
"tui",
"ratatui",
"terminal",
"widgets",
"theme",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/osmo-systems/tui-kit"
[lib]
name = "tui_kit"
path = "src/lib.rs"
[dependencies.crossterm]
version = "0.28"
[dependencies.ratatui]
version = "0.28"
[dependencies.unicode-width]
version = "0.1"