# 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" rust-version = "1.74" name = "rune-wasm" version = "0.13.4" authors = ["John-John Tedro "] description = "A WASM module for the Rune Language, an embeddable dynamic programming language for Rust." homepage = "https://github.com/rune-rs/rune" documentation = "https://docs.rs/rune" readme = "README.md" keywords = [ "language", "scripting", "scripting-language", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/rune-rs/rune" [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.gloo-utils] version = "0.1.6" [dependencies.js-sys] version = "0.3.62" [dependencies.rune] version = "0.13.4" features = ["capture-io"] [dependencies.rune-macros] version = "=0.13.4" [dependencies.rune-modules] version = "0.13.4" features = [ "core", "test", "json", "toml", "rand", "experiments", ] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2.85" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.35" [dependencies.web-sys] version = "0.3.62" features = [ "Request", "Response", "Window", "RequestInit", "RequestMode", ]