[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "wstd_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Yoshua Wuyts <rust@yosh.is>", "Pat Hickey <pat@moreproductive.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "proc-macros for the wstd crate"
documentation = "https://docs.rs/wstd-macro"
edition = "2021"
keywords = ["WebAssembly", "async", "stdlib", "Components"]
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
name = "wstd-macro"
readme = false
version = "0.5.0-draft1"