[package]
name = "send_cells"
version = "0.1.1"
edition = "2021"
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.78.0"
[dependencies]
[target.'cfg(target_arch="wasm32")'.dependencies]
wasm_thread = "0.3.3"