Cargo Features
[dependencies]
tentacli = { version = "14.2.0", default-features = false, features = ["ui", "console", "wotlk_login", "wotlk_realm"] }
- default = ui, wotlk_login, wotlk_realm
-
These default features are set whenever
tentacli
is added without
somewhere in the dependency tree.default-features = false - ui default = bitflags, chrono
-
Enables tui and event-stream of crossterm
crossterm:
Enables async events
Affects
features::ui
… - console = colored
-
Affects
features::console
… - wotlk_login default = async-trait, rand, regex, sha-1
-
Affects
features::wotlk_login
… - wotlk_realm default = async-trait, regex
-
Affects
features::wotlk_realm
…
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.