Cargo Features

[dependencies]
nvrs = { version = "0.1.6-pre1", default-features = false, features = ["nvrs_cli", "nvrs_tui", "gitlab"] }
default = aur, github, gitlab

These default features are set whenever nvrs is added without default-features = false somewhere in the dependency tree.

nvrs_cli = clap, colored, futures

Required by the binary

nvrs_tui

Required by the nvrs_tui binary

aur github gitlab 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.

clap nvrs_cli?
colored nvrs_cli?
futures nvrs_cli?