Cargo Features
lightspeed_auth has no features set by default.
[dependencies]
lightspeed_auth = { version = "0.64.3", features = ["poem_openapi", "postgres", "sqlx_mysql", "sqlx_postgres", "sqlx_sqlite"] }
- poem_openapi
-
Enables poem-openapi, poem_openapi of lightspeed_core
- postgres
-
Enables migrate and postgres of c3p0
Affects
repository::postgres
… - sqlx_mysql = sqlx
-
Enables migrate and sqlx_mysql of c3p0
Affects
repository::sqlx_mysql
… - sqlx_postgres = sqlx
-
Enables migrate and sqlx_postgres of c3p0
Affects
repository::sqlx_postgres
… - sqlx_sqlite = sqlx
-
Enables migrate and sqlx_sqlite of c3p0
Affects
repository::sqlx_sqlite
…
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.