cargo-component-macro 0.2.0

A proc-macro for generating bindings of WebAssembly components.
Documentation
[dependencies.heck]
version = "0.4.1"

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

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
version = "2.0.37"

[dependencies.wit-bindgen-core]
version = "0.12.0"

[dependencies.wit-bindgen-rust]
version = "0.12.0"

[dependencies.wit-bindgen-rust-lib]
version = "0.12.0"

[dependencies.wit-component]
version = "0.14.4"

[lib]
proc-macro = true

[package]
authors = ["Peter Huene <peter@huene.dev>"]
categories = ["wasm"]
description = "A proc-macro for generating bindings of WebAssembly components."
edition = "2021"
keywords = ["webassembly", "wasm", "components", "component-model"]
license = "Apache-2.0 WITH LLVM-exception"
name = "cargo-component-macro"
repository = "https://github.com/bytecodealliance/cargo-component"
version = "0.2.0"