[package] name = "wasm-bindgen-struct" version = "0.1.0" edition = "2021" authors = ["Jose Quesada "] description = "Macro to make declaring `wasm-bindgen` imports much easier." categories = ["development-tools::procedural-macro-helpers", "wasm"] keywords = ["wasm", "bindgen", "wasm-bindgen", "wasm_bindgen"] license = "MIT" repository = "https://github.com/jquesada2016/wasm-bindgen-struct" documentation = "https://docs.rs/wasm-bindgen-struct" [lib] proc-macro = true [dependencies] attribute-derive = "0.6" prettyplease = "0.2" proc-macro2 = "1" proc-macro-error = "1" quote = "1" syn = { version = "2", features = ["full"] } [dev-dependencies] termdiff = "3" js-sys = "0.3" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" [registries.crates-io] protocol = "sparse"