# 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 = "2018" name = "atomx" version = "0.2.6" authors = ["Peter Hahlweg "] description = "Thread safe data structures based on atomic data types." homepage = "https://crates.io" readme = "README.md" keywords = [ "parallel", "thread", "concurrency", "atomic", ] categories = ["concurrency"] license = "Apache-2.0 OR MIT" repository = "https://github.com/PeterHahlweg/atomx" [profile.release] debug = 2 [[bench]] name = "hazard_pointer_allocation" harness = false [[bench]] name = "signal_stress" harness = false [dependencies.haphazard] version = "0.1.5" [dev-dependencies.criterion] version = "0.5.1" [target."cfg(loom)".dependencies.loom] version = "0.5.5"