# 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 = "lazy_ref" version = "0.4.0" authors = ["Andrew Sonin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements a non-blocking synchronization primitive for lazy-initialized immutable references." homepage = "https://github.com/andrewsonin/lazy_ref" documentation = "https://docs.rs/lazy_ref/" readme = "README.md" keywords = [ "atomic", "lazy", "reference", ] categories = [ "concurrency", "rust-patterns", ] license = "MIT" repository = "https://github.com/andrewsonin/lazy_ref" [lib] name = "lazy_ref" path = "src/lib.rs" [dependencies.crossbeam-utils] version = "0.8" [dev-dependencies.rayon] version = "1" [lints.clippy] undocumented_unsafe_blocks = "warn" [lints.clippy.pedantic] level = "warn" priority = 1 [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unreachable_pub = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = 1