[dependencies.proc-macro-crate]
version = "1.2.1"
[dependencies.proc-macro2]
version = "1.0.47"
[dependencies.quote]
version = "1.0.21"
[dependencies.syn]
features = ["full"]
version = "2.0.15"
[dev-dependencies.trybuild]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Rust and WebAssembly Working Group"]
categories = ["api-bindings", "asynchronous", "wasm"]
description = "Convenience crate for working with Web Workers"
edition = "2021"
homepage = "https://github.com/rustwasm/gloo"
license = "MIT OR Apache-2.0"
name = "gloo-worker-macros"
readme = "README.md"
repository = "https://github.com/rustwasm/gloo/tree/master/crates/worker"
resolver = "1"
version = "0.1.0"