# 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" version = "0.1.3" authors = ["The wasm-mt Developers"] exclude = [ "Makefile", "header.md", "examples/*", "tests/*", ] description = """ A multithreading library for Rust and WebAssembly. """ homepage = "https://github.com/w3reality/wasm-mt" documentation = "https://docs.rs/wasm-mt" readme = "README.md" categories = ["wasm"] license = "MIT/Apache-2.0" repository = "https://github.com/w3reality/wasm-mt" [lib] test = false [dependencies.bincode] version = "1.2" [dependencies.js-sys] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_closure] version = "0.3" [dependencies.serde_traitobject] version = "0.2" [dependencies.uuid] version = "0.8" features = [ "wasm-bindgen", "v4", ] [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "Blob", "BlobPropertyBag", "console", "MessageEvent", "Response", "TextDecoder", "TextEncoder", "Url", "Window", "Worker", "WorkerGlobalScope", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.0"