[package] name = "linera-wit-bindgen-gen-host-wasmtime-rust" version = "0.2.0" description = "experimental fork" license = "Apache-2.0" authors = ["Alex Crichton ", "Linera "] edition = "2021" [lib] test = false doctest = false [dependencies] wit-bindgen-core = { path = '../bindgen-core', version = '0.2.0', package = "linera-wit-bindgen-core" } wit-bindgen-gen-rust-lib = { path = '../gen-rust-lib', version = '0.2.0', package = "linera-wit-bindgen-gen-rust-lib" } heck = "0.3" structopt = { version = "0.3", default-features = false, optional = true } [dev-dependencies] anyhow = "1.0" test-helpers = { path = '../test-helpers', features = ['host-wasmtime-rust'], package = "linera-test-helpers" } wasmtime = "1.0" wasmtime-wasi = "1.0" wit-bindgen-host-wasmtime-rust = { path = '../host-wasmtime-rust', features = ['tracing', 'async'], package = "linera-wit-bindgen-host-wasmtime-rust" }