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

git

Enables git of alpm

pkg-config default

Enables pkg-config 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? pkg-config static?

Affects alpm-utils::depends

pacmanconf conf