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