# 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 = "2018" name = "wasm-mt-test" version = "0.1.3" authors = ["The wasm-mt Developers"] exclude = ["pkg/*"] description = """ Utility for testing crates with wasm-mt. """ homepage = "https://github.com/w3reality/wasm-mt/tree/master/crates/test" documentation = "https://docs.rs/wasm-mt-test" readme = "README.md" categories = ["wasm"] license = "MIT/Apache-2.0" repository = "https://github.com/w3reality/wasm-mt/tree/master/crates/test" [lib] test = false [dependencies.bincode] version = "1.2" [dependencies.js-sys] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_closure] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-mt] version = "0.1" [dependencies.wasm-mt-swc] version = "0.1" [dependencies.web-sys] version = "0.3" features = ["console"]