oxicode-textarea 0.78.0

Atomic-mutation text editor widget with soft-wrap and TextElement atomicity (ported from xai-org/grok-build)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.96"
name = "oxicode-textarea"
version = "0.78.0"
authors = ["a7garden <a7garden@icloud.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atomic-mutation text editor widget with soft-wrap and TextElement atomicity (ported from xai-org/grok-build)"
readme = false
license = "MIT"
repository = "https://github.com/project-oxi/oxicode"
resolver = "2"

[features]
debug-logs = []
default = []

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

[dependencies.crossterm]
version = "0.29"
features = [
    "event-stream",
    "bracketed-paste",
]

[dependencies.ratatui]
version = "0.30"
features = [
    "crossterm",
    "crossterm",
    "unstable-widget-ref",
]

[dependencies.ratatui-core]
version = "0.1"

[dependencies.textwrap]
version = "0.16"

[dependencies.tui-scrollbar]
version = "0.2"

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

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.fuzzy-matcher]
version = "0.3"

[dev-dependencies.itertools]
version = "0.14"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.rand]
version = "0.9"