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

Enables mysql of sqlx

Affects db::mysql

postgres

Enables postgres of sqlx

Affects db::postgres

sqlite

Enables sqlite of sqlx

Affects db::sqlite