[package] name = "wasm-wrapper-gen-shared" version = "0.0.3" authors = ["David Ross "] description = "Backend implementation details of wasm-wrapper-gen" repository = "https://github.com/daboross/wasm-wrapper-gen" readme = "README.md" license = "MIT" include = ["Cargo.toml", "src/**/*", "README.md"] [dependencies] proc-macro-hack = "0.4" syn = { version = "0.11", features = ["full"] } quote = "0.3" failure = "0.1" failure_derive = "0.1"