Cargo Features

Paru has no features set by default.

[dependencies]
paru = { version = "1.11.0", features = ["git", "backtrace", "generate", "static", "mock"] }
git

Enables git of alpm ^2.2.1, alpm-utils ^1.1.2, and aur-depends ^1.0.3

backtrace
generate

Enables generate of alpm ^2.2.1

static

Enables static of alpm ^2.2.1

mock = async-trait

Affects config::Config.raur

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.

async-trait mock?