Cargo Features

[dependencies]
lightspeed = { version = "0.64.3", default-features = false, features = ["c3p0", "auth", "cache", "core", "email", "file_store", "hash", "logger", "scheduler", "cache_moka", "actix_web", "axum", "poem", "poem_openapi", "postgres", "sqlx_mysql", "sqlx_postgres", "sqlx_sqlite"] }
default = core

The core feature is set by default whenever lightspeed is added without default-features = false somewhere in the dependency tree.

c3p0 auth? file_store?

Enables c3p0

auth = c3p0

Enables lightspeed_auth

cache cache_moka?

Enables lightspeed_cache

core default

Enables lightspeed_core

email

Enables lightspeed_email

file_store = c3p0

Enables lightspeed_file_store

hash

Enables lightspeed_hash

logger

Enables lightspeed_logger

scheduler

Enables lightspeed_scheduler

cache_moka = cache

Enables moka of lightspeed_cache

actix_web

Enables actix_web of optional lightspeed_core

axum

Enables axum of optional lightspeed_core and optional lightspeed_file_store

poem poem_openapi?

Enables poem of optional lightspeed_core

poem_openapi = poem

Enables poem_openapi of optional lightspeed_auth and optional lightspeed_core

postgres

Enables postgres of optional lightspeed_auth

sqlx_mysql

Enables sqlx_mysql of optional lightspeed_auth

sqlx_postgres

Enables sqlx_postgres of optional lightspeed_auth and optional lightspeed_file_store

sqlx_sqlite

Enables sqlx_sqlite of optional lightspeed_auth and optional lightspeed_file_store

LightSpeed has 19 features without comments.