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

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.

clap nvrs_cli?
colored nvrs_cli?

Enables colored ^2.2.0

futures nvrs_cli?