# 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_task_handler" version = "0.5.0" description = "A library to handle tasks for the Graphile Worker project" homepage = "https://docs.rs/graphile_worker_task_handler" documentation = "https://docs.rs/graphile_worker_task_handler" readme = "README.md" keywords = [] categories = [] license-file = "LICENSE.md" repository = "https://github.com/leo91000/graphile_worker/crates/graphile_workers_task_handler" [dependencies.graphile_worker_ctx] version = "0.2.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", ] [dependencies.tokio-util] version = "0.7.11" [dev-dependencies.anyhow] version = "1.0.86"