# 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" rust-version = "1.63" name = "unsafe_cell_slice" version = "0.2.1" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A microlibrary for creating multiple mutable references to a slice" documentation = "https://docs.rs/unsafe_cell_slice" readme = "README.md" keywords = [ "slice", "unsafe", "unsafecell", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/unsafe_cell_slice" [lib] name = "unsafe_cell_slice" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "v0_1" path = "tests/v0_1.rs" [[test]] name = "v0_2" path = "tests/v0_2.rs" [dev-dependencies.rayon] version = "1.7.0"