# 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" rust-version = "1.60.0" name = "lock_freedom" version = "0.1.0" authors = [ "Wyatt Jacob Herkamp ", "Bruno CorrĂȘa Zimmermann ", ] description = "This crate provides concurrent data structures and a solution to the ABA problem as an alternative of hazard pointers" readme = "README.md" keywords = [ "concurrency", "lock-free", "atomics", "data-structures", ] categories = [ "concurrency", "data-structures", "algorithms", ] license = "MIT" repository = "https://github.com/wyatt-herkamp/lock_freedom" [[bench]] name = "map" harness = false [dependencies.owned-alloc] version = "0.2.0" package = "tux-owned-alloc" [dev-dependencies.criterion] version = "0.3" [features] default = ["std"] std = []