Cargo Features

caslex-extra has no features set by default.

[dependencies]
caslex-extra = { version = "0.2.3", features = ["jwt", "postgres", "observability"] }
jwt

Enables jsonwebtoken

Affects security::jwt

postgres

Enables deadpool-postgres and tokio-postgres

deadpool-postgres:

optional dependencies

Affects storages::postgres_pool

observability

Enables opentelemetry, opentelemetry-otlp, opentelemetry_sdk, tracing-opentelemetry, and tracing-subscriber

Affects caslex-extra::observability