# 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 = "mwcas" version = "0.2.0" authors = ["Igor Skokov"] include = [ "src/", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Multi-word CAS primitive." documentation = "https://docs.rs/mwcas" readme = "README.md" keywords = [ "cas", "concurrency", "multi-word", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/Lagrang/mwcas" [[bench]] name = "mwcas_bench" path = "benches/bench.rs" harness = false [dependencies.crossbeam-epoch] version = "0.9.4" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.crossbeam-utils] version = "0.8.4" [dev-dependencies.num_cpus] version = "1.11.1" [dev-dependencies.rand] version = "0.8.3"