Cargo Features

rocket_authifier has no features set by default.

[dependencies]
rocket_authifier = { version = "1.0.8", features = ["example", "test"] }
example test? = async-std, mongodb

Enables async-std-runtime and database-mongodb of authifier

Authifier

test = base32, chrono, example, regex, reqwest, serde_json

Affects rocket_authifier::test

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.

base32 test?

Enables base32 ^0.4.0

Testing

regex test?
chrono test?
serde_json test?
reqwest test?

Enables reqwest ^0.11.10

mongodb example?
async-std example?