Cargo Features

[dependencies]
botan = { version = "0.12.0", default-features = false, features = ["std", "vendored", "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

static

Enables static of botan-sys

pkg-config

Enables pkg-config of botan-sys

Botan has 5 features without comments.