Cargo Features

[dependencies]
rua = { version = "0.19.10", default-features = false, features = ["testpacman", "native-tls", "rustls-tls", "alpm"] }
default = rustls-tls, testpacman

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

testpacman default

whether to perform pacman checks on tests

native-tls

build with support for OS native TLS

Enables native-tls of raur

rustls-tls default

build with rustls TLS

Enables raur

Features from optional dependencies

alpm implicit feature

Enables alpm ^2.2.3

alpm:

Rust bindings for libalpm