Cargo Features

[dependencies]
tauri-plugin-stronghold = { version = "2.0.0-beta.4", default-features = false, features = ["kdf"] }
default = kdf

The kdf feature is set by default whenever tauri-plugin-stronghold is added without default-features = false somewhere in the dependency tree.

kdf default

Enables rand_chacha, rand_core, and rust-argon2 ^1

Affects tauri-plugin-stronghold::kdf