[dependencies.crossterm]
features = ["event-stream"]
version = "0.28.1"
[dependencies.downcast-rs]
version = "1.2.1"
[dependencies.futures]
version = "0.3.30"
[dependencies.ratatui]
version = "0.28.1"
[dependencies.strum]
version = "0.26.1"
[dependencies.thiserror]
version = "1.0.64"
[dependencies.tokio]
features = ["tokio-macros", "macros", "sync", "time", "rt-multi-thread"]
version = "1.40.0"
[dependencies.tokio-util]
version = "0.7.12"
[dependencies.unicode-width]
optional = true
version = "0.2.0"
[[example]]
name = "matetui"
path = "examples/matetui/main.rs"
[features]
all = ["widget-textarea", "widget-switch", "widget-gridselector"]
default = ["all"]
widget-gridselector = ["dep:unicode-width"]
widget-switch = ["dep:unicode-width"]
widget-textarea = ["dep:unicode-width"]
[lib]
doctest = false
name = "matetui"
path = "src/lib.rs"
[package]
authors = ["Lucas Colombo <lucas@lucode.ar>"]
description = "🧉 matetui » utilities for building Terminal User Interfaces"
documentation = "https://docs.rs/matetui"
edition = "2021"
homepage = "https://github.com/lucodear/matetui"
license = "MIT"
name = "matetui"
readme = "README.md"
repository = "https://github.com/lucodear/matetui"
version = "0.3.2"
[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
lto = "fat"
opt-level = "z"
overflow-checks = false
panic = "abort"
rpath = false
strip = "symbols"