1[package]
2name = "lucet-wasi-generate"
3version = "0.7.0-dev"
4homepage = "https://github.com/fastly/lucet"
5repository = "https://github.com/fastly/lucet"
6license = "Apache-2.0 WITH LLVM-exception"
7categories = ["wasm"]
8authors = ["Lucet team <lucet@fastly.com>"]
9edition = "2018"
10
11[lib]
12proc-macro = true
13
14[dependencies]
15lucet-wiggle = { path = "../../lucet-wiggle", version = "0.7.0-dev" }
16wasi-common = { path = "../../wasmtime/crates/wasi-common",  version = "0.17.0", features = ["wiggle_metadata"] }
17wiggle-generate = { path = "../../wasmtime/crates/wiggle/generate",  version = "0.17.0" }
18syn = { version = "1.0", features = ["full"] }
19quote = "1.0"
20proc-macro2 = "1.0"
21