[dependencies.chrono]
features = ["serde"]
version = "0.4.42"
[dependencies.getset]
version = "0.1.6"
[dependencies.graphile_worker_crontab_types]
version = "0.5.11"
[dependencies.graphile_worker_lifecycle_hooks]
version = "0.2.2"
[dependencies.graphile_worker_shutdown_signal]
version = "0.3.9"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.148"
[dependencies.sqlx]
default-features = false
features = ["chrono", "postgres", "json", "macros", "runtime-tokio"]
version = "0.8.6"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["time"]
version = "1.48.0"
[dependencies.tracing]
version = "0.1.44"
[dev-dependencies.tokio]
features = ["rt", "macros", "sync"]
version = "1.48.0"
[features]
default = ["tls-rustls"]
tls-native-tls = ["sqlx/tls-native-tls"]
tls-rustls = ["sqlx/tls-rustls"]
[lib]
name = "graphile_worker_crontab_runner"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.7.1"