Cargo Features

[dependencies]
edtui = { version = "0.9.2", default-features = false, features = ["arboard", "mouse-support", "syntax-highlighting", "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

experimental

syntax-highlighting default

experimental

Enables once_cell and syntect

Features from optional dependencies

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data