# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "witx-cli" version = "0.9.1" authors = ["Pat Hickey ", "Alex Crichton "] description = "CLI for operating on witx file format" homepage = "https://github.com/WebAssembly/WASI" keywords = ["webassembly", "wasm"] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/WebAssembly/WASI" [[bin]] name = "witx" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.diff] version = "0.1.11" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rayon] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.witx] version = "0.9.1"