Cargo Features
velvet-web has no features set by default.
[dependencies]
velvet-web = { version = "0.6.13", features = ["login", "auth", "mysql", "postgres", "sqlite"] }
- login = auth
-
Enables argon2 and futures-core
Affects
app::TestLoginAsCookie
,auth::login
,mail::send_confirmation_email
… - auth login?
-
Enables axum-extra and jsonwebtoken
- mysql
-
Affects
db::mysql
… - postgres
-
Affects
db::postgres
… - sqlite
-
Affects
db::sqlite
…