# 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 = "priority-async-mutex" version = "0.1.1" description = "An async mutex where the lock operation takes a priority" license = "ISC" repository = "https://github.com/nullchinchilla/priority-async-mutex" [dependencies.oneshot] version = "0.1.5" [dependencies.simple-mutex] version = "1.1.5" [dev-dependencies.fastrand] version = "1" [dev-dependencies.smol] version = "1"