modalkit-ratatui 0.0.25

A library for building TUI applications that use modal editing
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 = "2021"
rust-version = "1.75"
name = "modalkit-ratatui"
version = "0.0.25"
authors = ["Ulyssa <git@ulyssa.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for building TUI applications that use modal editing"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit-ratatui"
readme = "README.md"
keywords = [
    "modal",
    "ratatui",
    "tui",
]
license = "Apache-2.0"
repository = "https://github.com/ulyssa/modalkit"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.intervaltree]
version = "0.2.6"

[dependencies.libc]
version = "0.2"

[dependencies.modalkit]
version = "0.0.25"

[dependencies.ratatui]
version = "^0.29.0"

[dependencies.regex]
version = "^1.5"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

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

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

[dev-dependencies.serde_json]
version = "1.0.122"

[lints.clippy]
bool_assert_comparison = "allow"
bool_to_int_with_if = "allow"
field_reassign_with_default = "allow"
len_without_is_empty = "allow"
manual_range_contains = "allow"
match_like_matches_macro = "allow"
needless_return = "allow"
too_many_arguments = "allow"
type_complexity = "allow"