wasm_safe_mutex 0.2.1

A suite of WebAssembly-safe synchronization primitives that paper over platform-specific locking constraints.
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_mutex"
version = "0.2.1"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A suite of WebAssembly-safe synchronization primitives that paper over platform-specific locking constraints."
homepage = "https://sealedabstract.com/code/wasm_safe_mutex"
readme = "README.md"
keywords = [
    "concurrency",
    "lock",
    "mutex",
    "spinlock",
    "wasm",
]
categories = [
    "concurrency",
    "wasm",
    "asynchronous",
    "rust-patterns",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drewcrawford/wasm_safe_mutex"

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

[dependencies.continue]
version = "0.1.1"

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

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

[target.'cfg(target_arch="wasm32")'.dependencies.wasm_safe_thread]
version = "0.1.0"

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

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