Cargo Features

[dependencies]
edtui = { version = "0.11.1", default-features = false, features = ["arboard", "mouse-support", "syntax-highlighting", "system-editor", "arbitrary"] }
default = arboard, mouse-support, syntax-highlighting

These default features are set whenever edtui is added without default-features = false somewhere in the dependency tree.

arboard default

Enables arboard

mouse-support default
syntax-highlighting default

Enables once_cell and syntect

Affects view::syntax_higlighting

system-editor

Enables edit

Affects actions::system_editor

Features from optional dependencies

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data