# 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_macros" version = "0.2.2" description = "Graphile Worker macros" homepage = "https://docs.rs/graphile_worker_macros" documentation = "https://docs.rs/graphile_worker_macros" readme = "README.md" keywords = [] categories = [] license-file = "LICENSE.md" repository = "https://github.com/leo91000/graphile_worker/crates/macros" [lib] proc-macro = true [dependencies.graphile_worker_task_handler] version = "0.3.0" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.48" [dev-dependencies.tokio] version = "1.36.0" [dev-dependencies.tokio-util] version = "0.7.10"