kovan-queue 0.1.10

High-performance queue primitives and disruptor implementation for Kovan.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "crossbeam-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"

[[package]]
name = "kovan"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501d88f9a11f7466379b86f066922282f6f645402afadd6a45858d6fef0ee23d"
dependencies = [
 "once_cell",
 "portable-atomic",
]

[[package]]
name = "kovan-queue"
version = "0.1.10"
dependencies = [
 "crossbeam-utils",
 "kovan",
]

[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"

[[package]]
name = "portable-atomic"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"