# 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 = "2018" name = "arbitrary-chunks" version = "0.4.1" authors = ["Nathan Essex "] description = "An iterator that allows specifying an input array of arbitrary chunk-sizes with which to split a vector or array." homepage = "https://github.com/Nessex/arbitrary-chunks" documentation = "https://docs.rs/arbitrary-chunks/" readme = "README.md" keywords = [ "iterator", "chunk", ] categories = [ "data-structures", "algorithms", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Nessex/arbitrary-chunks" [dev-dependencies.rayon] version = "1.6.1"