Cargo Features

cyaxon-rocket-authifier has no features set by default.

[dependencies]
cyaxon-rocket-authifier = { version = "0.1.0", features = ["example", "test"] }
example test? = async-std, mongodb

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

Authifier

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

Affects cyaxon-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?

Enables mongodb ^2.2.1

async-std example?