send_cells 0.2.2

Safe and unsafe cells implementing Send/Sync
Documentation
[package]
name = "send_cells"
version = "0.2.2"
edition = "2024"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
description = "Safe and unsafe cells implementing Send/Sync"
repository = "https://github.com/drewcrawford/send_cells"
homepage = "https://sealedabstract.com/code/send_cells"
license = "MIT OR Apache-2.0"
keywords = ["send", "cell", "non-send", "send-wrapper"]
categories = ["concurrency", "rust-patterns","wasm"]
rust-version = "1.85.1"

[dependencies]

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

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