[package] authors = ["Dawid Ciężarkiewicz "] description = "Parallel iterator processing" documentation = "https://docs.rs/dpc-pariter" edition = "2018" homepage = "https://github.com/dpc/pariter" keywords = ["parallel", "iterator", "parallel_map"] license = "MPL-2.0 OR MIT OR Apache-2.0" name = "dpc-pariter" readme = "README.md" repository = "https://github.com/dpc/pariter" version = "0.5.1" [[bench]] harness = false name = "bench" [dependencies] pariter = "0.5"