apalis-sql 0.2.0

SQL Storage for Apalis: simple and reliable background processing for Rust using Actix actors
Documentation
[dependencies.apalis-core]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.sqlx]
default-features = false
features = ["runtime-actix-rustls", "macros", "chrono", "decimal", "uuid", "json"]
version = "0.4.2"

[features]
default = ["sqlite"]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]
sqlite = ["sqlx/sqlite"]

[package]
authors = ["Geoffrey Mureithi <mureithinjuguna@gmail.com>"]
description = "SQL Storage for Apalis: simple and reliable background processing for Rust using Actix actors"
edition = "2018"
license = "MIT"
name = "apalis-sql"
version = "0.2.0"