Cargo Features

[dependencies]
kirjat-rs = { version = "0.7.1", default-features = false, features = ["tui", "tokio"] }
default = tokio

The tokio feature is set by default whenever kirjat-rs is added without default-features = false somewhere in the dependency tree.

tui = console, dialoguer, tracing-subscriber

Affects features::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.

dialoguer tui?

Enables dialoguer ^0.10.2

console tui?
tokio default
tracing-subscriber tui?