[package] name = "orx-concurrent-iter" version = "1.28.0" edition = "2021" authors = ["orxfun "] description = "A thread-safe, ergonomic and lightweight concurrent iterator trait and efficient implementations." license = "MIT" repository = "https://github.com/orxfun/orx-concurrent-iter/" keywords = ["concurrency", "iterator", "iteration", "atomic", "parallelism"] categories = ["data-structures", "concurrency", "rust-patterns", "no-std"] [dependencies] [dev-dependencies] orx-pseudo-default = { version = "1.4", default-features = false } orx-pinned-vec = "3.9" orx-fixed-vec = "3.9" orx-split-vec = "3.9" orx-pinned-concurrent-col = "2.7" orx-concurrent-bag = "2.7" test-case = "3.3.1" criterion = "0.5.1" rand = "0.8" rand_chacha = "0.3" rayon = "1.9.0" [[bench]] name = "con_iter_of_iter" harness = false