send_cells 0.2.2

Safe and unsafe cells implementing Send/Sync
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 = "send_cells"
version = "0.2.2"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe and unsafe cells implementing Send/Sync"
homepage = "https://sealedabstract.com/code/send_cells"
readme = "README.md"
keywords = [
    "send",
    "cell",
    "non-send",
    "send-wrapper",
]
categories = [
    "concurrency",
    "rust-patterns",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drewcrawford/send_cells"

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

[dependencies]

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

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