[dependencies.crossbeam]
version = "^0.8"
[dependencies.num_cpus]
version = "^1.13"
[dev-dependencies.log]
version = "^0.4"
[dev-dependencies.rayon]
version = "^1.5"
[lib]
crate-type = ["lib"]
name = "par_iter_sync"
[package]
description = "Parallel Iterator With Sequential Output"
edition = "2018"
homepage = "https://github.com/Congyuwang/Synced-Parallel-Iterator"
keywords = ["parallelism", "iterator", "sequential", "synchronization", "concurrency"]
license-file = "LICENSE.txt"
name = "par-iter-sync"
readme = "README.md"
repository = "https://github.com/Congyuwang/Synced-Parallel-Iterator"
version = "0.1.5"