Cargo Features
[dependencies]
botan = { version = "0.11.0", default-features = false, features = ["std", "vendored", "botan3", "static", "pkg-config"] }
- default = std
-
The
std
feature is set by default wheneverbotan
is added without
somewhere in the dependency tree.default-features = false - std default
- vendored
- botan3
-
Affects
keywrap::nist_kw_enc
,keywrap::nist_kw_dec
… - static
- pkg-config
-
Enables pkg-config of botan-sys