# 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 = "k-lock" version = "0.2.5" authors = ["kvc0"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A fast mutex for short critical sections" readme = "README.md" keywords = [ "performance", "locking", "mutex", ] categories = [ "concurrency", "asynchronous", ] license = "MIT" repository = "https://github.com/kvc0/k-lock" [lib] name = "k_lock" path = "src/lib.rs" bench = false [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.atomic-wait] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.parking_lot] version = "0.12" [build-dependencies.readme-rustdocifier] version = "0.1"