Cargo Features
spring-apalis has no features set by default.
[dependencies]
spring-apalis = { version = "0.4.2", features = ["full", "redis", "amqp", "sql-postgres", "sql-sqlite", "sql-mysql", "workflow", "board", "board-web"] }
- full
-
apalis:
All available features
- redis = apalis-redis, spring-redis
- amqp = apalis-amqp
- sql-postgres = apalis-postgres, spring-sqlx
- sql-sqlite = apalis-sqlite, spring-sqlx
- sql-mysql = apalis-mysql, spring-sqlx
- workflow = apalis-workflow
- board = apalis-board
- board-web
-
Enables web of apalis-board
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.