# 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.68" name = "arraysetcell" version = "0.1.0" authors = ["Markus Mayer"] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fixed-capacity, vector-like array with interior mutability and no ordering guarantees" homepage = "https://github.com/sunsided/arraysetcell" readme = "README.md" keywords = [ "interior-mutability", "array", "cell", ] categories = ["data-structures"] license = "EUPL-1.2" repository = "https://github.com/sunsided/arraysetcell" [lib] name = "arraysetcell" path = "src/lib.rs" [dependencies.default-option-arr] version = "0.2.0"