# 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 = "atom_box" version = "0.2.1" authors = ["John Bell "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A safe idiomatic Rust implementation of Atomic Box using hazard pointers" readme = "README.md" keywords = [ "atomic", "hazard", "pointers", "AtomicBox", ] categories = [ "concurrency", "rust-patterns", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Johnabell/atom_box.git" [lib] name = "atom_box" path = "src/lib.rs" [[test]] name = "concurrency_tests" path = "tests/concurrency_tests.rs" [build-dependencies.rustc_version] version = "0.4" [features] bicephany = [] default = ["std"] std = [] [target."cfg(loom)".dependencies.loom] version = "0.7.2" features = ["checkpoint"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(loom)", "cfg(nightly)", ]