Cargo Features

[dependencies]
bcrypt-pbkdf = { version = "0.11.0-rc.6", default-features = false, features = ["alloc", "zeroize"] }
default = alloc

The alloc feature is set by default whenever bcrypt-pbkdf is added without default-features = false somewhere in the dependency tree.

alloc default

Affects bcrypt-pbkdf::bcrypt_pbkdf

zeroize

Enables zeroize

optional features