wit-bindgen-guest-rust-macro 0.3.0

Procedural macro paired with the `wit-bindgen` crate.
Documentation
[package]
name = "wit-bindgen-guest-rust-macro"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
version = "0.3.0"
edition.workspace = true
repository = 'https://github.com/bytecodealliance/wit-bindgen'
license = "Apache-2.0 WITH LLVM-exception"
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Procedural macro paired with the `wit-bindgen` crate.
"""

[lib]
proc-macro = true
doctest = false
test = false

[dependencies]
proc-macro2 = "1.0"
syn = "1.0"
wit-bindgen-core = { workspace = true }
wit-bindgen-gen-guest-rust = { workspace = true }
wit-component = { workspace = true }
anyhow = { workspace = true }