# 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 = "2018" name = "worker-plus-macros" version = "0.0.7" authors = ["Cloudflare Workers Team "] description = "Macros to support the `worker` crate and remove FFI boilerplate / conversion from user code." license = "Apache-2.0" repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros" [lib] path = "src/lib.rs" proc-macro = true [dependencies.async-trait] version = "0.1.56" [dependencies.proc-macro2] version = "1.0.39" [dependencies.quote] version = "1.0.18" [dependencies.syn] version = "1.0.96" [dependencies.wasm-bindgen] version = "0.2.80" [dependencies.wasm-bindgen-futures] version = "0.4.30" [dependencies.wasm-bindgen-macro-support] version = "0.2.80" [dependencies.worker-sys] version = "0.0.8" package = "worker-plus-sys"