orx-concurrent-ordered-bag 1.3.0

An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance and ordered concurrent collection.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "orx-concurrent-iter"
version = "1.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69c8f8151211c7334b78c66ea0dc147f22ce765aa5d4b240b47e1b3976f08cd"
dependencies = [
 "orx-pinned-vec",
]

[[package]]
name = "orx-concurrent-ordered-bag"
version = "1.3.0"
dependencies = [
 "orx-concurrent-iter",
 "orx-fixed-vec",
 "orx-pinned-concurrent-col",
 "orx-pinned-vec",
 "orx-split-vec",
 "test-case",
]

[[package]]
name = "orx-fixed-vec"
version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92b1feab17e804565dc7203abe7010f2923c6bebbcd2ea44ce539a6b14aba7d7"
dependencies = [
 "orx-pinned-vec",
]

[[package]]
name = "orx-pinned-concurrent-col"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4805de3f8ca5ce8029e9253d0ff36893be5d39ff96da14cf13229b8fb6ea463c"
dependencies = [
 "orx-fixed-vec",
 "orx-pinned-vec",
 "orx-split-vec",
]

[[package]]
name = "orx-pinned-vec"
version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d7e4bbaaf315d1b3d4b574a005b09659c3a696ee87791f8d50115bf7a7efe7"

[[package]]
name = "orx-split-vec"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "492b61b2cc2fdd3d06ebe34acdbe8670c21452f06b42d025136aaef994c5b4da"
dependencies = [
 "orx-pinned-vec",
]

[[package]]
name = "proc-macro2"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "test-case"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
dependencies = [
 "test-case-macros",
]

[[package]]
name = "test-case-core"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
dependencies = [
 "cfg-if",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "test-case-macros"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "test-case-core",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"