Cargo Features

[dependencies]
redox_users = { version = "0.4.5", default-features = false, features = ["auth"] }
default = auth

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

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