# 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 = "2021" name = "wain-exec" version = "0.3.1" authors = ["rhysd "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] description = "WebAssembly syntax tree executor for wain project" homepage = "https://github.com/rhysd/wain/tree/master/wain-exec" readme = "README.md" keywords = [ "wasm", "webassembly", "interpreter", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/rhysd/wain" [package.metadata.release] consolidate-commits = false pre-release-commit-message = "release {{crate_name}} {{version}}" [dependencies.wain-ast] version = "0.2" [dev-dependencies.wain-syntax-text] version = "0.2" [dev-dependencies.wain-validate] version = "0.1" [badges.maintenance] status = "actively-developed"