Cargo Features

Anansi has no features set by default.

[dependencies]
anansi = { version = "0.14.2", features = ["sqlite", "postgres", "redis", "minimal"] }
default

These default features are set whenever anansi is added without default-features = false somewhere in the dependency tree.

Enables oauth2, pbkdf2 ^0.10, rpassword, and totp-rs ^3.0

sqlite

Enables sqlite of anansi-core

postgres

Enables postgres of anansi-core

redis

Enables redis of anansi-core

minimal

Enables minimal of anansi-core

Affects anansi::dummy