rat-text 0.30.3

ratatui text input widgets
Documentation
[dependencies.chrono]
features = ["unstable-locales"]
version = "0.4"

[dependencies.crossterm]
version = "0.28"

[dependencies.dyn-clone]
version = "1.0.17"

[dependencies.format_num_pattern]
version = "0.9"

[dependencies.iset]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.pure-rust-locales]
version = "0.8"

[dependencies.rat-cursor]
version = "1.0"

[dependencies.rat-event]
version = "1.0"

[dependencies.rat-focus]
version = "0.33"

[dependencies.rat-reloc]
version = "1.0"

[dependencies.rat-scrolled]
version = "1.0"

[dependencies.ratatui]
version = "0.29"

[dependencies.ropey]
version = "1.6.1"

[dependencies.unicode-display-width]
version = "0.3"

[dependencies.unicode-segmentation]
version = "1.11"

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

[dev-dependencies.fern]
version = "0.7"

[dev-dependencies.lorem-rustum]
version = "0.0.5"

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

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

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

[features]
unstable-widget-ref = ["ratatui/unstable-widget-ref"]

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

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
comparison_chain = "allow"
if_same_then_else = "allow"

[package]
authors = ["thscharler <thscharler@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "ratatui text input widgets"
edition = "2021"
exclude = [".idea/*", ".gitignore"]
keywords = ["ratatui", "widget", "text"]
license = "MIT/Apache-2.0"
name = "rat-text"
readme = "readme.md"
repository = "https://github.com/thscharler/rat-salsa"
version = "0.30.3"

[[test]]
name = "test_core"
path = "tests/test_core.rs"

[[test]]
name = "test_masked"
path = "tests/test_masked.rs"

[[test]]
name = "test_textrope"
path = "tests/test_textrope.rs"

[[test]]
name = "test_textstring"
path = "tests/test_textstring.rs"