Cargo Features
Reedline has no features set by default.
[dependencies]
reedline = { version = "0.36.0", features = ["bashisms", "external_printer", "sqlite", "sqlite-dynlib", "system_clipboard"] }
- bashisms
- external_printer = crossbeam
-
Affects
external_printer::EXTERNAL_PRINTER_DEFAULT_CAPACITY
,external_printer::ExternalPrinter
… - sqlite = serde_json
-
Enables bundled of rusqlite ^0.31.0
- sqlite-dynlib = rusqlite, serde_json
- system_clipboard = arboard
-
Affects
clip_buffer::get_system_clipboard
…
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.