# 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 = "2021" name = "sync-cell-slice" version = "0.9.11" authors = [ "Matteo Dell'Acqua ", "Sebastiano Vigna ", ] build = 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"] 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"