[package] name = "wiggle-generate" version = "0.1.0" authors = ["Pat Hickey ", "Jakub Konka "] edition = "2018" [lib] proc-macro = true [dependencies] wiggle-runtime = { path = "../runtime" } witx = { path = "../WASI/tools/witx" } quote = "1.0" proc-macro2 = "1.0" heck = "0.3" anyhow = "1" syn = { version = "1.0", features = ["full"] }