Cargo Features

[dependencies]
alpm = { version = "3.0.5", default-features = false, features = ["mtree", "git", "static", "generate", "checkver", "docs-rs"] }
default = checkver

The checkver feature is set by default whenever alpm is added without default-features = false somewhere in the dependency tree.

mtree = libarchive, libarchive3-sys
git

Enables git of alpm-sys

static

Enables static of alpm-sys

generate

Enables generate of alpm-sys

checkver default
docs-rs

Enables docs-rs of alpm-sys

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.

libarchive mtree?
libarchive3-sys mtree?