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
somewhere in the dependency tree.default-features = false 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
…