[package] name = "wit-printer" version = "0.2.0" authors = ["Alex Crichton "] edition = "2018" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-interface-types" readme = "README.md" description = """ Textual printer for the WebAssembly Interface Types binary format """ [dependencies] anyhow = "1.0" wasmprinter = "0.2" wit-parser = { path = "../parser", version = "0.2.0" } wit-schema-version = { path = "../schema-version", version = "0.1.0" } [dev-dependencies] getopts = "0.2" wit-validator = { path = "../validator" }