wasm-bindgen-spawn 0.0.7

Web Worker Multithreading library for wasm-bindgen the uses shared memory
Documentation
# 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 = "2024"
name = "wasm-bindgen-spawn"
version = "0.0.7"
authors = ["Pistonight <pistonknight@outlook.com>"]
build = false
include = [
    "/.gitignore",
    "/src/dispatcher.js",
    "src/**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web Worker Multithreading library for wasm-bindgen the uses shared memory"
readme = false
keywords = [
    "WASM",
    "threads",
    "atomics",
    "wasm-bindgen",
    "shared-memory",
]
categories = [
    "web-programming",
    "wasm",
]
license = "MIT"
repository = "https://github.com/Pistonite/wasm-bindgen-spawn"
resolver = "2"

[lib]
name = "wasm_bindgen_spawn"
path = "src/lib.rs"

[dependencies.js-sys]
version = "0.3.104"

[dependencies.oneshot]
version = "0.2.1"
features = [
    "std",
    "async",
]
default-features = false

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = ["sync"]

[dependencies.wasm-bindgen]
version = "0.2.127"