Cargo Features

[dependencies]
alpm-utils = { version = "3.0.2", default-features = false, features = ["git", "generate", "static", "conf", "docs-rs"] }
default = alpm, conf

These default features are set whenever alpm-utils is added without default-features = false somewhere in the dependency tree.

git

Enables git of alpm

generate

Enables generate of alpm

static

Enables static of alpm

conf default = alpm, pacmanconf
docs-rs

Enables docs-rs of alpm

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? static?

Affects alpm-utils::depends

pacmanconf conf