# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "witx-indent" version = "0.1.4" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Indent WITX files (WebAssembly)" homepage = "https://github.com/jedisct1/rust-witx-indent" readme = "README.md" keywords = [ "witx", "wasi", "indent", "webassembly", ] categories = [ "wasm", "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/jedisct1/rust-witx-indent.git" [[bin]] name = "witx-indent" path = "src/main.rs" [dependencies.clap] version = "3.2.25" features = [ "std", "cargo", "wrap_help", ] default-features = false