# 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 = "regroup" version = "0.4.3" authors = ["Zachary S"] description = "A crate for regrouping arrays." keywords = [ "transmute", "casting", "array", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" [features] alloc = [] arc = ["alloc"] default = [ "depth_3", "std", ] depth_2 = [] depth_3 = ["depth_2"] depth_4 = ["depth_3"] depth_5 = ["depth_4"] depth_6 = ["depth_5"] depth_7 = ["depth_6"] primitives = [] rc = ["alloc"] std = [ "alloc", "rc", "arc", ]