[package]
name = "cc-queue"
description = "CC Queue, ccqueue, an unbounded, non-blocking queue suitable for use with different memory allocators."
categories = ["data-structures", "concurrency"]
keywords = ["queue", "non-blocking", "lock-free", "concurrent", "unbounded"]
license = "MIT"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
homepage = "https://github.com/lemonrock/cc-queue"
repository = "https://github.com/lemonrock/cc-queue.git"
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
readme = "README.md"
publish = true
version = "0.0.0"
[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1