# 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 = "wasm-bridge-js" version = "0.3.0" description = "js-sys implementation of wasmtime's API" readme = "README.md" keywords = [ "WASM", "wasmtime", "web", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/kajacx/wasm-bridge" [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.async-trait] version = "0.1" optional = true default-features = false [dependencies.js-component-bindgen] version = "0.14" features = ["transpile-bindgen"] optional = true default-features = false [dependencies.js-sys] version = "0.3" default-features = false [dependencies.wasm-bindgen] version = "0.2.89" default-features = false [dependencies.wasm-bindgen-futures] version = "0.4" default-features = false [dependencies.wasm-bridge-macros] version = "0.3.0" optional = true [dependencies.wat] version = "1.0" optional = true default-features = false [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] async = ["wasm-bridge-macros/async"] component-model = [ "wasm-bridge-macros", "js-component-bindgen", "async-trait", ] error-logging = []