# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wasm-bindgen-struct" version = "0.1.0" authors = ["Jose Quesada "] description = "Macro to make declaring `wasm-bindgen` imports much easier." documentation = "https://docs.rs/wasm-bindgen-struct" readme = "README.md" keywords = [ "wasm", "bindgen", "wasm-bindgen", "wasm_bindgen", ] categories = [ "development-tools::procedural-macro-helpers", "wasm", ] license = "MIT" repository = "https://github.com/jquesada2016/wasm-bindgen-struct" [lib] proc-macro = true [dependencies.attribute-derive] version = "0.6" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"] [dev-dependencies.js-sys] version = "0.3" [dev-dependencies.termdiff] version = "3" [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-futures] version = "0.4"