[package]
edition = "2024"
rust-version = "1.93"
name = "ratcn"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Themeable terminal UI components and interaction runtime for Ratatui. Placeholder — the library is still under development."
homepage = "https://ratcn.kristoferlund.se"
documentation = "https://docs.rs/ratcn"
readme = "README.md"
keywords = [
"ratatui",
"tui",
"terminal",
"components",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/kristoferlund/ratcn"
[lib]
name = "ratcn"
path = "src/lib.rs"
[dependencies]