[package]
edition = "2024"
name = "treiber_stack"
version = "1.1.2"
authors = ["Tim Boudreau <tim@timboudreau.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lockless, thread-safe, atomic linked-list."
homepage = "https://github.com/timboudreau/treiber_stack"
readme = "README.md"
keywords = [
"lockless",
"stack",
"treiber",
"concurrent",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/timboudreau/treiber_stack.git"
[lib]
name = "treiber_stack"
path = "src/lib.rs"
[dependencies.arc-swap]
version = "1.9.2"
[dev-dependencies.backtrace-on-stack-overflow]
version = "0.3.0"