[dependencies.glob]
version = "0.3"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro", "printing", "full", "extra-traits"]
version = "2.0"
[features]
proc_macro_span = []
[lib]
proc-macro = true
[package]
description = "Builds a Rust WebAssembly module at compile time and returns the bytes."
edition = "2021"
homepage = "https://github.com/LucentFlux/include-wasm-rs"
keywords = ["WebAssembly", "wasm", "utility", "macro"]
license = "MIT"
name = "include-wasm-rs"
readme = "README.md"
repository = "https://github.com/LucentFlux/include-wasm-rs"
version = "0.2.0"