# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rchunks" version = "0.1.4" authors = ["Chris McDonald "] description = "Iterator for slices similar to .chunks() but starting from the back\nof the slice and moving towards the front. Differs from .chunks().rev() in\nhandling cases where the slice is not a multiple of chunk size.\n" keywords = ["chunks", "rchunks", "iterator", "slice"] license = "MIT" repository = "https://github.com/cjm00/rchunks" [dependencies]