# 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 = "arc-atomic-ref" version = "1.0.0" authors = ["BlueCat Networks "] description = """ arc-atomic-ref is a small library that wraps arc-swap in Arc so the atomic reference can be shared widely between many tasks/threads """ documentation = "https://docs.rs/arc-atomic-ref" readme = "README.md" keywords = [ "atomic-ref", "arcswap", ] categories = [ "memory-management", "data-structures", ] license = "MIT" repository = "https://github.com/bluecatengineering/arc-atomic-ref" [dependencies.arc-swap] version = "1.2.0"