treiber_stack 1.1.2

A lockless, thread-safe, atomic linked-list.
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"
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"