# 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" name = "circ" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Efficient referenced counted pointers for non-blocking concurrency" homepage = "https://github.com/kaist-cp/circ" readme = "README.md" keywords = [ "atomic", "reference-counting", "non-blocking", "lock-free", ] categories = [ "concurrency", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kaist-cp/circ" [lib] name = "circ" path = "src/lib.rs" [[test]] name = "doubly_linked_queue" path = "tests/doubly_linked_queue.rs" [[test]] name = "harris_list" path = "tests/harris_list.rs" [dependencies.atomic] version = "0.5" [dependencies.cfg-if] version = "1.0" [dependencies.crossbeam-utils] version = "0.8" [dependencies.memoffset] version = "0.7" [dependencies.rustc-hash] version = "1.1.0" [dependencies.scopeguard] version = "1.1.0" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.bitflags] version = "2.4.0" [dev-dependencies.rand] version = "0.8"