[package] name = "wasm-runner" authors = ["Almann Goo "] description = "A simple wrapper for WASM Runtimes to use with Cargo" homepage = "https://github.com/almann/wasm-runner" repository = "https://github.com/almann/wasm-runner" license = "Apache-2.0" readme = "README.md" keywords = ["wasm", "cli", "webassembly"] categories = ["command-line-utilities", "development-tools"] exclude = [ "**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml", ] edition = "2018" version = "0.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] which = "4.2.2" anyhow = "1.0.52" serde_json = "1.0.73"