wasm-bindgen-downcast-macros 0.1.1

The proc-macro crate for wasm-bindgen-downcast.
Documentation
[package]
name = "wasm-bindgen-downcast-macros"
description = "The proc-macro crate for wasm-bindgen-downcast."
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2021"
homepage = "https://wasmer.io/"
license = "MIT OR Apache-2.0"
readme = "../../README.md"
repository = "https://github.com/wasmerio/wasm-bindgen-downcast.git"
rust-version = "1.63"
version = "0.1.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = "1"

[lib]
proc-macro = true