# 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 = "non_blocking_mutex" version = "3.1.3" description = "NonBlockingMutex is currently the fastest way to do expensive calculations under lock, or do cheap calculations under lock when concurrency/load/contention is very high" homepage = "https://github.com/ivanivanyuk1993/utility.non_blocking_mutex" readme = "readme.md" keywords = [ "concurrency", "lock", "mutex", "non-blocking-lock", "non-blocking-mutex", ] categories = [ "algorithms", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ivanivanyuk1993/utility.non_blocking_mutex" [profile.release] lto = true [[bench]] name = "non_blocking_mutex" harness = false [dependencies.crossbeam-utils] version = "0.8.16" [dependencies.sharded_queue] version = "2" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.nameof] version = "1.2.2"