Cargo Features

rocket_auth has no features set by default.

[dependencies]
rocket_auth = { version = "0.4.0", features = ["sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "redis", "rusqlite", "tokio-postgres"] }
sqlx-sqlite

Enables sqlite of sqlx ^0.5.5

sqlx-postgres

Enables postgres of sqlx ^0.5.5

sqlx-mysql

Enables mysql of sqlx ^0.5.5

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.

redis implicit feature

Enables redis ^0.20.0

redis:

Redis driver for Rust

Affects session::redis

rusqlite implicit feature

Enables rusqlite ^0.25.3

rusqlite:

Ergonomic wrapper for SQLite

tokio-postgres implicit feature

Enables tokio-postgres

tokio-postgres:

A native, asynchronous PostgreSQL client

sqlx sqlx-mysql? sqlx-postgres? sqlx-sqlite?

Enables sqlx ^0.5.5