[[bench]]
harness = false
name = "benchmark"
[dev-dependencies.criterion]
version = "0.2.3"
[dev-dependencies.time]
version = "0.1.39"
[lib]
doctest = false
name = "bounded_spsc_queue"
[package]
authors = ["Zachary Tong <zacharyjtong@gmail.com>"]
description = "A bounded SPSC queue"
documentation = "https://polyfractal.github.io/bounded-spsc-queue/bounded_spsc_queue/"
homepage = "https://github.com/polyfractal/bounded-spsc-queue"
keywords = ["data-structures"]
license = "Apache-2.0"
name = "bounded-spsc-queue"
readme = "README.md"
repository = "https://github.com/polyfractal/bounded-spsc-queue"
version = "0.4.0"