sync-cell-slice 0.9.12

Cells and slices that are accessible from multiple threads
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"
name = "sync-cell-slice"
version = "0.9.12"
authors = [
    "Matteo Dell'Acqua <dellacqua.matteo99@gmail.com>",
    "Sebastiano Vigna <sebastiano.vigna@unimi.it>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cells and slices that are accessible from multiple threads"
readme = "README.md"
keywords = [
    "cell",
    "slice",
    "sync",
]
categories = [
    "concurrency",
    "rust-patterns",
]
license = "Apache-2.0 OR LGPL-2.1-or-later"
repository = "https://github.com/vigna/sync-cell-slice-rs/"

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