# 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-futures-executor" version = "0.2.0" authors = ["Oliver Wangler "] exclude = [ "sample", "sample-webpack", ".github", ] description = "Executor for asynchronous task based on wasm web workers" homepage = "https://github.com/wngr/wasm-futures-executor" documentation = "https://docs.rs/wasm-futures-executor" readme = "README.md" keywords = [ "thread", "wasm", "parallel", "concurrency", "async", ] categories = [ "concurrency", "wasm", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/wngr/wasm-futures-executor" [package.metadata.docs.rs] rustc-args = [] cargo-args = [] default-target = "x86_64-unknown-linux-gnu" [dependencies.futures] version = "0.3.21" [dependencies.js-sys] version = "0.3.56" [dependencies.log] version = "0.4.16" [dependencies.parking_lot] version = "0.12.0" features = ["nightly"] [dependencies.tokio] version = "1.17.0" features = ["sync"] [dependencies.wasm-bindgen] version = "0.2.79" [dependencies.wasm-bindgen-futures] version = "0.4.29" [dependencies.web-sys] version = "0.3.56" features = [ "DedicatedWorkerGlobalScope", "Navigator", "WorkerOptions", "WorkerType", "ErrorEvent", "Url", ]