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 default-features = false somewhere in the dependency tree.

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.

async-trait wotlk_login wotlk_realm
bitflags ui
chrono ui
colored console?
crossterm ui
rand wotlk_login
regex wotlk_login wotlk_realm
sha-1 wotlk_login

Enables sha-1 ^0.9.8

tui ui