[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>", "Dan Gohman <dev@sunfishcode.online>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "asynchronous"]
description = "proc-macros for the wstd crate"
documentation = "https://docs.rs/wstd-macro"
edition = "2024"
keywords = ["WebAssembly", "async", "stdlib", "Components"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wstd-macro"
readme = false
resolver = "2"
rust-version = "1.88"
version = "0.6.5"