spring-apalis 0.4.3

Integration of rust application framework spring-rs and apalis
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "spring-apalis"
version = "0.4.3"
authors = ["holmofy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration of rust application framework spring-rs and apalis"
readme = "README.md"
keywords = [
    "cron-scheduler",
    "task-scheduling",
    "cron-job",
    "spring",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/spring-rs/spring-rs"

[features]
amqp = ["apalis-amqp"]
board = ["apalis-board"]
board-web = ["apalis-board/web"]
full = ["apalis/full"]
redis = [
    "apalis-redis",
    "spring-redis",
]
sql-mysql = [
    "apalis-mysql",
    "spring-sqlx",
]
sql-postgres = [
    "apalis-postgres",
    "spring-sqlx",
]
sql-sqlite = [
    "apalis-sqlite",
    "spring-sqlx",
]
workflow = ["apalis-workflow"]

[lib]
name = "spring_apalis"
path = "src/lib.rs"

[dependencies.apalis]
version = "1.0.0-rc.3"

[dependencies.apalis-amqp]
version = "1.0.0-rc.3"
optional = true

[dependencies.apalis-board]
version = "1.0.0-rc.3"
features = ["axum"]
optional = true

[dependencies.apalis-mysql]
version = "1.0.0-rc.3"
features = ["time"]
optional = true
default-features = false

[dependencies.apalis-postgres]
version = "1.0.0-rc.3"
features = ["time"]
optional = true
default-features = false

[dependencies.apalis-redis]
version = "1.0.0-rc.3"
optional = true

[dependencies.apalis-sqlite]
version = "1.0.0-rc.3"
features = ["time"]
optional = true
default-features = false

[dependencies.apalis-workflow]
version = "0.1.0-rc.3"
optional = true

[dependencies.spring]
version = "0.4"

[dependencies.spring-redis]
version = "0.4"
optional = true

[dependencies.spring-sqlx]
version = "0.4"
optional = true

[dependencies.tokio]
version = "1.47"

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"