Cargo Features

[dependencies]
tui-realm-textarea = { version = "1.1.2", default-features = false, features = ["clipboard", "search", "with-crossterm", "with-termion"] }
default = with-crossterm

The with-crossterm feature is set by default whenever tui-realm-textarea is added without default-features = false somewhere in the dependency tree.

clipboard = cli-clipboard

Affects tui-realm-textarea::TEXTAREA_CMD_PASTE

Enables search of tui-textarea ^0.2

tui-textarea:

Other optional features

Affects tui-realm-textarea::TEXTAREA_SEARCH_PATTERN, tui-realm-textarea::TEXTAREA_SEARCH_STYLE, tui-realm-textarea::TEXTAREA_CMD_SEARCH_FORWARD, tui-realm-textarea::TEXTAREA_CMD_SEARCH_BACK

with-crossterm default

Enables with-crossterm of tuirealm

tuirealm:

deprecated aliases for broken out backend and UI library features

with-termion

Enables with-termion of tuirealm

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cli-clipboard clipboard?