Cargo Features
[dependencies]
redox_users = { version = "0.4.6", default-features = false, features = ["auth"] }
- default = auth
-
The
auth
feature is set by default wheneverredox_users
is added without
somewhere in the dependency tree.default-features = false - auth default = rust-argon2, zeroize
-
Enable password authentication using argon2. Some API may not be available without default features.
Affects
redox_users::auth.Full
,redox_users::UserBuilder
…
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.
- rust-argon2 auth
-
Enables rust-argon2 ^0.8
- zeroize auth