Cargo Features
[dependencies]
vielpork = { version = "0.1.2", default-features = false, features = ["full", "tui", "cli", "osu"] }
- default = cli, tui
-
These default features are set whenever
vielpork
is added without
somewhere in the dependency tree.default-features = false - full = cli, tui
- tui default full? = indicatif
-
Affects
reporters::tui
,tui::TuiReporter
… - cli default full?
- osu
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.