graphile_worker_crontab_runner 0.5.10

Crontab runner package for graphile worker, a high performance Rust/PostgreSQL job queue
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.41"

[dependencies.getset]
version = "0.1.5"

[dependencies.graphile_worker_crontab_types]
version = "0.5.6"

[dependencies.graphile_worker_shutdown_signal]
version = "0.3.5"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sqlx]
default-features = false
features = ["chrono", "postgres", "json", "macros", "runtime-tokio"]
version = "0.8.6"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["time"]
version = "1.45.1"

[dependencies.tracing]
version = "0.1.41"

[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.5.10"