# 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 = "xarc" version = "0.3.0" authors = ["Mitchell Keith Bloch "] description = "`xarc` provides atomically swappable atomically refcounted smart pointers as a safer building block for lockfree algorithms than raw atomic pointers. `Xarc` is comparable to `Arc` but with the additional ability to atomically be swapped into and out of `AtomicXarc`. `Xarc` is dereferenceable but cannot have its contents atomically swapped. `AtomicXarc` can have its contents atomically swapped but is not dereferenceable." readme = "README.md" keywords = ["memory", "concurrency", "performance", "lock-free", "generic"] categories = ["concurrency", "memory-management"] license = "MPL-2.0" repository = "https://github.com/bazald/xarc/" [dependencies.crossbeam-epoch] version = ">=0.6.0, <0.10.0" [dependencies.crossbeam-utils] version = ">=0.7.0, <0.9.0" [dev-dependencies.crossbeam-queue] version = ">=0.1.0, <0.4.0" [dev-dependencies.rayon] version = ">=0.7.0, <1.6.0" [target."cfg(not(target_os = \"windows\"))".dev-dependencies.jemallocator] version = ">=0.1.8, <0.4.0"