Cargo Features
[dependencies]
alpm-utils = { version = "4.0.1", default-features = false, features = ["git", "generate", "static", "conf", "docs-rs"] }
- default = alpm, conf
-
These default features are set whenever
alpm-utils
is added without
somewhere in the dependency tree.default-features = false - git
- generate
- static
- conf default = alpm, pacmanconf
- docs-rs
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.