Cargo Features
[dependencies]
botan = { version = "0.12.0", default-features = false, features = ["std", "vendored", "static", "pkg-config"] }
- default = std
-
The
stdfeature is set by default wheneverbotanis added withoutsomewhere in the dependency tree.default-features = false - std default
- vendored
- static
- pkg-config
-
Enables pkg-config of botan-sys
Botan has 5 features without comments.