Cargo Features
[dependencies]
govctl = { version = "0.8.3", default-features = false, features = ["tui", "ansi-to-tui"] }
- default = tui
-
The
tuifeature is set by default whenevergovctlis added withoutsomewhere in the dependency tree.default-features = false - tui default = ansi-to-tui, crossterm, ratatui
-
Affects
terminal_md::render_to_tui_text… - ansi-to-tui tui
-
Enables ansi-to-tui
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.