[dependencies.chrono]
features = ["serde"]
version = "0.4.33"
[dependencies.getset]
version = "0.1.2"
[dependencies.graphile_worker_crontab_types]
version = "0.5.0"
[dependencies.graphile_worker_shutdown_signal]
version = "0.3.1"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.196"
[dependencies.serde_json]
version = "1.0.113"
[dependencies.sqlx]
features = ["chrono", "postgres", "json"]
version = "0.7.3"
[dependencies.thiserror]
version = "1.0.56"
[dependencies.tokio]
features = ["time"]
optional = true
version = "1.36.0"
[dependencies.tracing]
version = "0.1.40"
[features]
default = ["runtime-tokio-native-tls"]
runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls", "tokio"]
runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls", "tokio"]
[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.1"