# 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 = "bevy_wasm_scripting" version = "0.2.0" description = "Adds support for wasm/wat assets in Bevy, and enables easy scripting." homepage = "https://github.com/seurimas/bevy_wasm_scripting" readme = "README.md" keywords = [ "bevy", "gamedev", "scripting", "wasm", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/seurimas/bevy_wasm_scripting" [lib] name = "bevy_wasm_scripting" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.10" [dependencies.wasmer] version = "3" features = [ "wat", "std", ] default-features = false [dependencies.wat] version = "1.0" [features] default = ["non-js"] js = ["wasmer/js-default"] non-js = ["wasmer/sys-default"]