# 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 = "witnext" version = "0.10.0-beta3" authors = ["Pat Hickey ", "Alex Crichton "] description = "witx parser for the witx-codegen webassembly code generator" homepage = "https://github.com/WebAssembly/WASI" keywords = ["webassembly", "wasm"] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/WebAssembly/WASI" [lib] crate-type = ["rlib"] [[test]] name = "witxt" harness = false [dependencies.anyhow] version = "1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.wast] version = "36.0.0" default-features = false [dev-dependencies.rayon] version = "1.5.1"