# 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 = "2021" name = "treiber_stack" version = "1.1.1" authors = ["Tim Boudreau "] build = 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.7.1"