rat-text 2.8.0

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.2"

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

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

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

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

[dependencies.ratatui]
version = "0.29"

[dependencies.regex-cursor]
version = "0.1.5"

[dependencies.ropey]
version = "1.6.1"

[dependencies.rustc-hash]
version = "2.1"

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

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

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

[dev-dependencies.cli-clipboard]
version = "0.4"

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

[dev-dependencies.lipsum]
version = "0.9.1"

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

[dev-dependencies.rat-theme4]
default-features = false
features = []
version = "4"

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

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

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

[features]
cr_lines = ["ropey/cr_lines"]
default = []
unicode_lines = ["ropey/unicode_lines"]

[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 = "2024"
exclude = [".idea/*", ".gitignore"]
keywords = ["tui", "textarea", "editor", "input", "ratatui"]
license = "MIT/Apache-2.0"
name = "rat-text"
readme = "readme.md"
repository = "https://github.com/thscharler/rat-salsa"
resolver = "2"
version = "2.8.0"

[[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"