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