# 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 = "atomic-try-update" version = "0.0.2" description = "Primitives that make it easy to implement correct lock-free algorithms" documentation = "https://docs.rs/atomic-try-update" readme = "README.md" keywords = [ "lock-free", "stack", "linearizable", "scheduler", "mutual-exclusion", ] categories = [ "algorithms", "concurrency", "database-implementations", "hardware-support", "memory-management", ] license = "MIT" repository = "https://github.com/crystalcld/atomic-try-update/" [dependencies.crossbeam-utils] version = "0.8" [dependencies.num_enum] version = "0.6" [dependencies.tokio] version = "1.13" features = ["sync"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.13" features = [ "macros", "rt-multi-thread", "test-util", ]