[package] name = "jobs" version = "0.1.0" edition = "2021" [dependencies] apalis = { version = "0.6.4", features = ["catch-panic", "docsrs", "document-features", "filter", "layers", "limit", "prometheus", "retry", "sentry", "timeout", "ulid", "uuid"] } chrono = { version = "0.4.39", features = ["rkyv-64", "serde"] } chrono-tz = { version = "0.10.1", features = ["arbitrary", "case-insensitive", "filter-by-regex", "serde"] } clokwerk = "0.4.0" cron = { version = "0.15.0", features = ["serde"] } cron-job = "0.2.0" cron_clock = "0.8.0" cron_tab = { version = "0.2.8", features = ["all"] } croner = "2.1.0" delay_timer = { version = "0.11.6", features = ["full"] } english-to-cron = "0.1.2" tokio = { version = "1.43.0", features = ["full", "mio", "test-util", "tracing"] } tokio-cron-scheduler = { version = "0.13.0", features = ["english", "log", "postgres_storage", "prost", "signal", "tokio-postgres", "tracing-subscriber"] } tracing = { version = "0.1.41", features = ["async-await", "log", "valuable", "max_level_debug", "release_max_level_debug"] } tracing-subscriber = { version = "0.3.19", features = ["chrono", "env-filter", "json", "local-time", "matchers", "once_cell", "parking_lot", "regex", "serde", "serde_json", "tracing", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"] } uuid = "1.14.0"