# 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 = "js_wasm_runtime_layer" version = "0.4.0" description = """ WebAssembly runtime compatibility interface implementation for your web browser's WebAssembly runtime. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DouglasDwyer/wasm_runtime_layer" [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.fxhash] version = "0.2" default-features = false [dependencies.js-sys] version = "0.3" default-features = false [dependencies.slab] version = "0.4" default-features = false [dependencies.smallvec] version = "1.11" default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dependencies.wasm-bindgen] version = "0.2" default-features = false [dependencies.wasm_runtime_layer] version = "0.4.0" [dependencies.wasmparser] version = "0.118" default-features = false [features] tracing = ["dep:tracing"]