Cargo Features

[dependencies]
abcrypt = { version = "0.3.4", default-features = false, features = ["std", "alloc", "serde"] }
default = std

The std feature is set by default whenever abcrypt is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of argon2, blake2, and chacha20poly1305

alloc std

Enables alloc of argon2

Affects decrypt::decrypt, encrypt::encrypt, encrypt::encrypt_with_params

serde

Enables serde