Cargo Features

[dependencies]
balloon-hash = { version = "0.5.0-pre.0", default-features = false, features = ["std", "alloc", "parallel", "rand", "zeroize"] }
default = alloc, password-hash, rand

These default features are set whenever balloon-hash is added without default-features = false somewhere in the dependency tree.

std parallel? = alloc

Enables std of password-hash

optional dependencies

alloc default std?

Enables alloc of password-hash

parallel = rayon, std
rand default

Enables rand_core of password-hash

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

password-hash default alloc rand std?
rayon parallel?
zeroize implicit feature