# 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.81.0" name = "array-section" version = "0.2.3" authors = ["Johanna Sörngård "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An array where only a (contiguous) subarray may be viewed or operated on" documentation = "https://docs.rs/array-section" readme = "README.md" keywords = [ "array", "const", "subarray", ] categories = [ "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JSorngard/array-section" [package.metadata.docs.rs] all-features = true [lib] name = "array_section" path = "src/lib.rs" [dependencies] [features] alloc = [] std = ["alloc"]