[package]
edition = "2021"
name = "graphile_worker_task_details"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task details for graphile_worker, mapping task IDs to identifiers"
homepage = "https://docs.rs/graphile_worker"
documentation = "https://docs.rs/graphile_worker"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/leo91000/graphile_worker_rs"
[lib]
name = "graphile_worker_task_details"
path = "src/lib.rs"
[dependencies.tokio]
version = "1.49.0"
features = ["sync"]
[dependencies.tracing]
version = "0.1.44"
[dev-dependencies.tokio]
version = "1.49.0"
features = [
"rt",
"macros",
]