wasm_safe_thread 0.1.1

Cross-platform std::thread + std::sync replacement for native and wasm32.
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"
rust-version = "1.85.1"
name = "wasm_safe_thread"
version = "0.1.1"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
build = "build.rs"
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform std::thread + std::sync replacement for native and wasm32."
homepage = "https://sealedabstract.com/code/wasm_safe_thread"
readme = "README.md"
keywords = [
    "thread",
    "mutex",
    "mpsc",
    "wasm",
    "concurrency",
]
categories = [
    "asynchronous",
    "concurrency",
    "wasm",
    "rust-patterns",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drewcrawford/wasm_safe_thread"

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

[dependencies.continue]
version = "0.1.1"

[dev-dependencies.test_executors]
version = "0.4.1"

[target.'cfg(target_arch="wasm32")'.dependencies.js-sys]
version = "0.3.85"

[target.'cfg(target_arch="wasm32")'.dependencies.wasm-bindgen]
version = "0.2.108"

[target.'cfg(target_arch="wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.58"

[target.'cfg(target_arch="wasm32")'.dependencies.web-time]
version = "1"

[target.'cfg(target_arch="wasm32")'.dev-dependencies.console_error_panic_hook]
version = "0.1.7"

[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.58"

[target.'cfg(target_arch="wasm32")'.dev-dependencies.web-sys]
version = "0.3.85"
features = ["console"]