# 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 = "static-array" version = "0.5.0" authors = ["Tomas O'Shea <48136416+Tomaso2468@users.noreply.github.com>"] include = [ "Cargo.toml", "README.md", "LICENSE", "Cargo.lock", "src/**.rs", "CHANGELOG.md", ] description = "A no-std rust crate providing a heap-allocated non-resizable type-checked array." homepage = "https://github.com/Tomaso2468/static-array" readme = "README.md" keywords = [ "array", "static", "heap", "allocation", ] categories = ["no-std"] license = "BSD-3-Clause" repository = "https://github.com/Tomaso2468/static-array" resolver = "2" [dependencies.rayon] version = "1.8.1" optional = true [features] rayon = ["dep:rayon"]