web-spawn 0.3.0

`std` spawn replacement for WASM in the browser.
Documentation
[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.pollster]
features = ["macro"]
version = "0.4"

[features]
default = []
no-bundler = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "`std` spawn replacement for WASM in the browser."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "web-spawn"
readme = "README.md"
repository = "https://github.com/tlsnotary/tlsn-utils"
version = "0.3.0"

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.crossbeam-channel]
version = "0.5"

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.futures]
version = "0.3"

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.js-sys]
version = "0.3"

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.web-sys]
features = ["WorkerOptions", "WorkerType", "Blob", "Url"]
version = "0.3"

[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[[test]]
name = "test"
path = "tests/test.rs"