[package] name = "aingle_wasmer_host" description = "wasm host code" license = "MIT" version = "0.0.1" authors = ["AIngle Dev Team "] edition = "2018" [dependencies] wasmer-runtime-core = "=0.16.2" wasmer-runtime = "=0.16.2" aingle_wasmer_common = { version = "=0.0.1", path = "../common" } lazy_static = "1.4.0" aingle_middleware_bytes = "=0.0.3" serde = "=1.0.123" tracing = "0.1" [lib] name = "aingle_wasmer_host" crate-type = [ "cdylib", "rlib" ] path = "src/host.rs"