[package] name = "wiggle-generate" version = "0.17.0" authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] license = "Apache-2.0 WITH LLVM-exception" edition = "2018" description = "Library crate for wiggle code generator." categories = ["wasm"] keywords = ["webassembly", "wasm"] repository = "https://github.com/bytecodealliance/wasmtime" readme = "README.md" include = ["src/**/*", "LICENSE"] [lib] [dependencies] witx = { version = "0.8.5", path = "../../wasi-common/WASI/tools/witx" } quote = "1.0" proc-macro2 = "1.0" heck = "0.3" anyhow = "1" syn = { version = "1.0", features = ["full"] } [badges] maintenance = { status = "actively-developed" }