Cargo Features
[dependencies]
alpm-utils = { version = "5.0.0", default-features = false, features = ["git", "pkg-config", "generate", "static", "conf", "docs-rs"] }
- default = alpm, conf, pkg-config
-
These default features are set whenever
alpm-utilsis added withoutsomewhere in the dependency tree.default-features = false - git
- pkg-config default
-
Enables pkg-config of alpm
- 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.
- alpm default conf docs-rs? generate? git? pkg-config static?
-
Affects
alpm-utils::depends… - pacmanconf conf