[package] name = "orx-concurrent-ordered-bag" version = "2.7.0" edition = "2021" authors = ["orxfun "] description = "An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance and ordered concurrent collection." license = "MIT" repository = "https://github.com/orxfun/orx-ordered-concurrent-bag/" keywords = [ "concurrency", "parallelization", "data-structures", "atomic", "lock-free", ] categories = ["data-structures", "concurrency", "rust-patterns", "no-std"] [dependencies] orx-pseudo-default = { version = "1.4", default-features = false } orx-pinned-vec = "3.8" orx-fixed-vec = "3.8" orx-split-vec = "3.8" orx-pinned-concurrent-col = "2.7" [dev-dependencies] orx-concurrent-iter = "1.22" test-case = "3.3.1"