# 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-pool" version = "0.1.2" authors = ["The wasm-mt Developers"] exclude = [ "Makefile", "header.md", "examples/*", "tests/*", ] description = "A thread pool library based on wasm-mt" homepage = "https://github.com/w3reality/wasm-mt/tree/master/crates/pool" documentation = "https://docs.rs/wasm-mt-pool" readme = "README.md" categories = ["wasm"] license = "MIT/Apache-2.0" repository = "https://github.com/w3reality/wasm-mt/tree/master/crates/pool" [lib] test = false [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.wasm-mt] version = "0.1" [dependencies.web-sys] version = "0.3" features = ["console"] [dev-dependencies.wasm-bindgen-test] version = "0.3"