Cargo Features
[dependencies]
tauri-plugin-stronghold = { version = "2.0.1", default-features = false, features = ["kdf"] }
- default = kdf
-
The
kdf
feature is set by default whenevertauri-plugin-stronghold
is added without
somewhere in the dependency tree.default-features = false - kdf default
-
Enables rand_chacha, rand_core, and rust-argon2
Affects
tauri-plugin-stronghold::kdf
…