[dependencies.const-array-init]
version = "1.0.0"
[dependencies.js-sys]
version = "0.3.69"
[package]
authors = ["Thomas Sieverding <Thomas@bajix.com>"]
description = "An efficient way to spawn up to 64 concurrent Futures in WASM"
documentation = "https://docs.rs/spawn64"
edition = "2021"
license = "MIT"
name = "spawn64"
readme = "./README.md"
repository = "https://github.com/Bajix/spawn64"
version = "0.1.1"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.futures-channel]
version = "0.3.30"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures]
version = "0.4"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3"