Cargo Features
[dependencies]
cyaxon-authifier = { version = "0.1.0", default-features = false, features = ["async-std-runtime", "database-mongodb", "rocket_impl", "okapi_impl", "schemas", "temporary_emails", "pwned_passwords", "have_i_been_pwned", "hcaptcha", "shield", "default_inbuilts"] }
- default = async-std-runtime, database-mongodb, default_inbuilts
-
These default features are set whenever
cyaxon-authifier
is added without
somewhere in the dependency tree.default-features = false - async-std-runtime default = async-std
-
Enables async-std-runtime of mongodb ^2.2.1
- database-mongodb default = bson, mongodb
- rocket_impl = rocket
-
Affects
derive::rocket
… - okapi_impl = cyaxon_okapi, cyaxon_rocket_okapi, schemas
-
Affects
derive::okapi
… - schemas okapi_impl? = schemars
- temporary_emails
- pwned_passwords default_inbuilts
- have_i_been_pwned
- hcaptcha default_inbuilts
- shield default_inbuilts = reqwest
- default_inbuilts default = hcaptcha, pwned_passwords, shield
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.
- bson database-mongodb
-
Enables bson
MongoDB
- mongodb async-std-runtime database-mongodb
-
Enables mongodb ^2.2.1
- async-std async-std-runtime
-
Enables async-std
Async Runtime
- cyaxon_rocket_okapi okapi_impl?
-
Enables cyaxon_rocket_okapi
Schemas
- cyaxon_okapi okapi_impl?
- schemars schemas?
- reqwest shield?
-
Enables reqwest ^0.11.10
Web Requests
- rocket rocket_impl?
-
Enables rocket
Rocket