kovan-queue 0.1.9

High-performance queue primitives and disruptor implementation for Kovan.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "kovan-queue"
version = "0.1.9"
authors = ["Theo M. Bulut <vertexclique@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance queue primitives and disruptor implementation for Kovan."
readme = "README.md"
keywords = [
    "concurrency",
    "queue",
    "disruptor",
    "lock-free",
]
categories = [
    "concurrency",
    "data-structures",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/vertexclique/kovan"
resolver = "2"

[lib]
name = "kovan_queue"
path = "src/lib.rs"

[[test]]
name = "array_queue_extended"
path = "tests/array_queue_extended.rs"

[[test]]
name = "array_queue_test"
path = "tests/array_queue_test.rs"

[[test]]
name = "disruptor_test"
path = "tests/disruptor_test.rs"

[[test]]
name = "seg_queue_extended"
path = "tests/seg_queue_extended.rs"

[[test]]
name = "seg_queue_test"
path = "tests/seg_queue_test.rs"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.kovan]
version = "0.1.9"