[package]
edition = "2021"
name = "graphile_worker_task_details"
version = "0.1.3"
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"
[features]
default = ["runtime-tokio"]
runtime-async-std = ["graphile_worker_runtime/runtime-async-std"]
runtime-tokio = ["graphile_worker_runtime/runtime-tokio"]
[lib]
name = "graphile_worker_task_details"
path = "src/lib.rs"
[dependencies.graphile_worker_runtime]
version = "0.1.1"
default-features = false
[dependencies.tracing]
version = "0.1.44"
[dev-dependencies.tokio]
version = "1.52.3"
features = [
"rt",
"macros",
]