[package] name = "wiggle-generate" version = "0.31.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/**/*", "README.md", "LICENSE"] [lib] [dependencies] witx = { version = "0.9.1", path = "../../wasi-common/WASI/tools/witx" } quote = "1.0" proc-macro2 = "1.0" heck = "0.3" anyhow = "1" syn = { version = "1.0", features = ["full"] } shellexpand = "2.0" [badges] maintenance = { status = "actively-developed" }