onering 1.3.2

High throughput synchronous queue
Documentation
[[bench]]
harness = false
name = "crossbeam"
path = "benches/crossbeam.rs"

[[bench]]
harness = false
name = "disruptor-rs"
path = "benches/disruptor-rs.rs"

[[bench]]
harness = false
name = "queue"
path = "benches/queue.rs"

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

[dev-dependencies.criterion]
version = "0.5"

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

[dev-dependencies.disruptor-rs]
version = "0.1.1"

[features]
default = ["std"]
std = ["crossbeam-utils/std"]

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

[package]
authors = ["Laurent Wouters <lwouters@cenotelie.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High throughput synchronous queue"
documentation = "https://github.com/cenotelie/onering"
edition = "2021"
homepage = "https://github.com/cenotelie/onering"
license = "MIT"
name = "onering"
readme = "README.md"
repository = "https://github.com/cenotelie/onering"
version = "1.3.2"