# 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" rust-version = "1.75" name = "concurrent-initializer" version = "0.5.1" authors = ["Chaoqian Xu "] build = false exclude = [ ".vscode", "target", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A rust library of concurrent initializer to ensure initialization only once per key." readme = "README.md" keywords = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/xuchaoqian/concurrent-initializer-rust" [lib] name = "concurrent_initializer" path = "src/lib.rs" [dependencies.crossbeam-epoch] version = "0.9.9" [dependencies.num_cpus] version = "1.13" [dependencies.parking_lot] version = "0.12" [dev-dependencies.assert_matches] version = "1.5"