jobs/Cargo.toml

22 lines
1.3 KiB
TOML
Raw Normal View History

2025-02-22 18:45:51 +01:00
[package]
name = "jobs"
version = "0.1.0"
edition = "2021"
[dependencies]
2025-02-22 19:01:31 +01:00
apalis = { version = "0.6.4", features = ["catch-panic", "docsrs", "document-features", "filter", "layers", "limit", "prometheus", "retry", "sentry", "timeout", "ulid", "uuid"] }
2025-02-22 19:07:42 +01:00
chrono = { version = "0.4.39", features = ["rkyv-64", "serde"] }
2025-02-22 19:55:54 +01:00
chrono-tz = { version = "0.10.1", features = ["arbitrary", "case-insensitive", "filter-by-regex", "serde"] }
2025-02-22 18:45:51 +01:00
clokwerk = "0.4.0"
2025-02-22 19:01:31 +01:00
cron = { version = "0.15.0", features = ["serde"] }
2025-02-22 18:45:51 +01:00
cron-job = "0.2.0"
2025-02-22 19:01:31 +01:00
cron_tab = { version = "0.2.8", features = ["all"] }
2025-02-22 18:45:51 +01:00
croner = "2.1.0"
2025-02-22 19:01:31 +01:00
delay_timer = { version = "0.11.6", features = ["full"] }
2025-02-22 18:45:51 +01:00
english-to-cron = "0.1.2"
2025-02-22 19:26:45 +01:00
tokio = { version = "1.43.0", features = ["full", "mio", "test-util", "tracing"] }
2025-02-22 20:00:12 +01:00
tokio-cron-scheduler = { version = "0.13.0", features = ["english", "log", "postgres_storage", "prost", "signal", "tokio-postgres", "tracing-subscriber"] }
2025-02-22 19:55:54 +01:00
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"