Cargo Features
[dependencies]
nvrs = { version = "0.1.7-pre1", default-features = false, features = ["nvrs_cli", "gitlab", "regex"] }
- default = aur, crates-io, gitea, github, gitlab, regex
-
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
- aur crates-io gitea github gitlab default
- regex default
-
Enables regex
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.