# 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 = "wasmer-wast" version = "5.0.1" authors = ["Wasmer Engineering Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "wast testing support for wasmer" readme = "README.md" keywords = [ "wasm", "webassembly", ] categories = ["wasm"] license = "MIT OR Apache-2.0 WITH LLVM-exception" repository = "https://github.com/wasmerio/wasmer" resolver = "2" [lib] name = "wasmer_wast" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1" [dependencies.tempfile] version = "3.6.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39.0" features = [ "io-util", "rt", ] default-features = false [dependencies.virtual-fs] version = "0.19.0" [dependencies.wasmer] version = "=5.0.1" default-features = false [dependencies.wasmer-types] version = "=5.0.1" [dependencies.wasmer-wasix] version = "=0.31.0" [dependencies.wast] version = "216.0.0" [features] default = ["wat"] wat = ["wasmer/wat"] [badges.maintenance] status = "actively-developed"