[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.getset]
version = "0.1.2"
[dependencies.graphile_worker_crontab_types]
version = "0.5.3"
[dependencies.graphile_worker_shutdown_signal]
version = "0.3.2"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.201"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.sqlx]
default-features = false
features = ["chrono", "postgres", "json", "macros", "runtime-tokio"]
version = "0.7.4"
[dependencies.thiserror]
version = "1.0.60"
[dependencies.tokio]
features = ["time"]
version = "1.37.0"
[dependencies.tracing]
version = "0.1.40"
[features]
default = ["tls-rustls"]
tls-native-tls = ["sqlx/tls-native-tls"]
tls-rustls = ["sqlx/tls-rustls"]
[package]
categories = []
description = "Crontab runner package for graphile worker, a high performance Rust/PostgreSQL job queue"
documentation = "https://docs.rs/graphile_worker_crontab_runner"
edition = "2021"
homepage = "https://docs.rs/graphile_worker_crontab_runner"
keywords = []
license-file = "LICENSE.md"
name = "graphile_worker_crontab_runner"
readme = "README.md"
repository = "https://github.com/leo91000/graphile_worker/crates/crontab_runner"
version = "0.5.5"