[package] name = "witx-indent" version = "0.1.4" edition = "2018" description = "Indent WITX files (WebAssembly)" authors = ["Frank Denis "] license = "MIT" homepage = "https://github.com/jedisct1/rust-witx-indent" repository = "https://github.com/jedisct1/rust-witx-indent.git" readme = "README.md" categories = ["wasm", "api-bindings", "web-programming"] keywords = ["witx", "wasi", "indent", "webassembly"] [dependencies] clap = { version = "3.2.25", default-features = false, features = [ "std", "cargo", "wrap_help", ] }