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