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 whenever botan is added without default-features = false somewhere in the dependency tree.

std default
vendored

Enables vendored of botan-sys

botan3

Enables botan3 of botan-sys

Affects keywrap::nist_kw_enc, keywrap::nist_kw_dec

static

Enables static of botan-sys

pkg-config

Enables pkg-config of botan-sys