[package] name = "wasm-interface" version = "0.1.0" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wapm-cli" description = "WASM Interface definition and parser" license = "MIT" [dependencies] either = "1.5" nom = "5.0.0" wasmparser = { version = "0.32", optional = true } [dev-dependencies] wabt = "0.7" [features] validation = ["wasmparser"] default = ["validation"]