worker-macros 0.7.5

Macros to support the `worker` crate and remove FFI boilerplate / conversion from user code.
Documentation
# 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 = "worker-macros"
version = "0.7.5"
authors = ["Cloudflare Workers Team <workers@cloudflare.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros to support the `worker` crate and remove FFI boilerplate / conversion from user code."
readme = false
license = "Apache-2.0"
repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-macros"

[features]
http = []
queue = []

[lib]
name = "worker_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.async-trait]
version = "0.1.88"

[dependencies.proc-macro2]
version = "1.0.60"

[dependencies.quote]
version = "1.0.28"

[dependencies.syn]
version = "2.0.17"

[dependencies.wasm-bindgen]
version = "0.2.113"

[dependencies.wasm-bindgen-futures]
version = "0.4.63"

[dependencies.wasm-bindgen-macro-support]
version = "0.2.113"

[dependencies.worker-sys]
version = "0.7.5"
features = [
    "d1",
    "queue",
]