graphile_worker_ctx 0.4.2

Worker Context package for graphile_worker, a high performance Rust/PostgreSQL job queue
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "graphile_worker_ctx"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Worker Context package for graphile_worker, a high performance Rust/PostgreSQL job queue"
homepage = "https://docs.rs/graphile_worker_crontab_types"
documentation = "https://docs.rs/graphile_worker_crontab_types"
readme = "README.md"
keywords = []
categories = []
license-file = "LICENSE.md"
repository = "https://github.com/leo91000/graphile_worker_rs"

[lib]
name = "graphile_worker_ctx"
path = "src/lib.rs"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.getset]
version = "0.1.6"

[dependencies.graphile_worker_extensions]
version = "0.1.6"

[dependencies.graphile_worker_job]
version = "0.1.12"

[dependencies.graphile_worker_task_details]
version = "0.1.2"

[dependencies.serde_json]
version = "1.0.149"

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

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "macros",
]