# 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 = "aarc" version = "0.3.2" build = false exclude = [ ".github/", ".gitignore", "target/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Atomically updatable variants of Arc and Weak for lock-free concurrency." homepage = "https://github.com/aarc-rs/aarc" readme = "README.md" keywords = [ "atomic", "arc", "thread-safe", "sync", "lock-free", ] categories = [ "concurrency", "memory-management", "data-structures", "algorithms", ] license = "MIT" repository = "https://github.com/aarc-rs/aarc" [lib] name = "aarc" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.fast-smr] version = "0.2.2" [dev-dependencies.rand] version = "0.8"