# 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 = "haphazard" version = "0.1.8" authors = ["Jon Gjengset "] description = "Dynamic memory management for lock-free data structures using hazard pointers." readme = "README.md" keywords = [ "hazard-pointers", "no_std", "garbage-collection", "reclamation", ] categories = [ "concurrency", "memory-management", "no-std", ] license = "Apache-2.0" repository = "https://github.com/jonhoo/haphazard.git" [lib] bench = false [[bench]] name = "folly" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] default = ["std"] std = [] [target."cfg(any())".dependencies.regex] version = "1.6" optional = true [target."cfg(any())".dependencies.serde] version = "1.0.100" optional = true [target."cfg(loom)".dependencies.loom] version = "0.7.1"