# 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 = "wasm-runner" version = "0.3.1" authors = ["Almann Goo "] exclude = ["**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml"] description = "A simple wrapper for WASM Runtimes to use with Cargo" homepage = "https://github.com/almann/wasm-runner" readme = "README.md" keywords = ["wasm", "cli", "webassembly"] categories = ["command-line-utilities", "development-tools"] license = "Apache-2.0" repository = "https://github.com/almann/wasm-runner" [dependencies.anyhow] version = "1.0.52" [dependencies.serde_json] version = "1.0.73" [dependencies.which] version = "4.2.2"