Cargo Features
[dependencies]
lightspeed = { version = "0.60.0", default-features = false, features = ["auth", "cache", "core", "email", "hash", "logger", "scheduler", "axum", "poem", "poem_openapi"] }
- default = core
-
The
core
feature is set by default wheneverlightspeed
is added without
somewhere in the dependency tree.default-features = false - auth
-
Enables lightspeed_auth
- cache
-
Enables lightspeed_cache
- core default
-
Enables lightspeed_core
-
Enables lightspeed_email
- hash
-
Enables lightspeed_hash
- logger
-
Enables lightspeed_logger
- scheduler
-
Enables lightspeed_scheduler
- axum
-
Enables axum of optional lightspeed_core
- poem poem_openapi?
-
Enables poem of optional lightspeed_core
- poem_openapi = poem
-
Enables poem_openapi of optional lightspeed_auth and optional lightspeed_core
LightSpeed has 11 features without comments.