[package] name = "wiggle-generate" version.workspace = true authors = ["Pat Hickey ", "Jakub Konka ", "Alex Crichton "] license = "Apache-2.0 WITH LLVM-exception" edition.workspace = true rust-version.workspace = true 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"] [lints] workspace = true [dependencies] witx = "0.9.1" quote = "1.0" proc-macro2 = "1.0" heck = { workspace = true } anyhow = { workspace = true } syn = { workspace = true, features = ["full"] } shellexpand = "2.0"