# 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.70.0" name = "ratatui-textarea" version = "0.4.1" authors = [ "Awiteb ", "rhysd ", ] include = [ "/src", "/examples", "/README.md", "/LICENSE.txt", ] description = """ [deprecated] ratatui is a simple yet powerful text editor widget for ratatui. Multi-line text editor can be easily put as part of your ratatui application. Forked from tui-textarea. """ readme = "README.md" keywords = [ "tui", "ratatui", "textarea", "editor", "input", ] categories = [ "text-editors", "text-processing", ] license = "MIT" repository = "https://github.com/TheAwiteb/ratatui-textarea" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] lto = "thin" [[example]] name = "minimal" required-features = ["crossterm"] [[example]] name = "termion" required-features = ["termion"] [[example]] name = "editor" required-features = [ "crossterm", "search", ] [[example]] name = "split" required-features = ["crossterm"] [[example]] name = "single_line" required-features = ["crossterm"] [[example]] name = "variable" required-features = ["crossterm"] [[example]] name = "modal" required-features = ["crossterm"] [dependencies.arbitrary] version = "1.3.0" features = ["derive"] optional = true [dependencies.crossterm] version = "0.27" optional = true package = "crossterm" [dependencies.ratatui] version = "0.24" optional = true default-features = false [dependencies.regex] version = "1.10.2" optional = true [dependencies.termion] version = "2.0" optional = true [features] crossterm = [ "dep:crossterm", "ratatui/crossterm", ] default = ["crossterm"] search = ["dep:regex"] termion = [ "dep:termion", "ratatui/termion", ] your-backend = ["ratatui"]