# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hazptr" version = "0.1.1" authors = ["Oliver Giersch"] build = "build.rs" exclude = [".travis.yml", "ci/*", "DEBUG.md"] description = "hazard pointer based concurrent memory reclamation" documentation = "https://docs.rs/hazptr" readme = "README.md" keywords = ["hazard", "pointer", "concurrent", "reclamation", "lock-free"] license = "MIT/Apache-2.0" repository = "https://github.com/oliver-giersch/hazptr.git" [[example]] name = "hash_set" required-features = ["std"] [[example]] name = "treiber" required-features = ["std"] [[test]] name = "integration" required-features = ["std", "count-release"] [dependencies.arrayvec] version = "0.4.10" default-features = false [dependencies.cfg-if] version = "0.1.7" [dependencies.reclaim] version = "0.2.1" default-features = false [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.rand] version = "0.6.5" [features] count-release = [] default = ["std"] sanitize-threads = [] std = ["arrayvec/std", "reclaim/std"]