Cargo Features
[dependencies]
golemcli = { version = "0.2.1", default-features = false, features = ["debug_cli", "interactive_cli", "test_task_cli"] }
- default = concent_cli, debug_cli, interactive_cli, test_task_cli
-
These default features are set whenever
golemcli
is added without
somewhere in the dependency tree.default-features = false - concent_cli debug_cli default
- interactive_cli default = ansi_term, atty, rustyline
- test_task_cli default
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.
- ansi_term not win interactive_cli
-
Enables ansi_term ^0.11
- atty interactive_cli
- rustyline interactive_cli
-
Enables rustyline ^4.0.0