async-lock 2.7.0

Async synchronization primitives
Documentation
[dependencies.event-listener]
version = "2.5.1"
[dev-dependencies.async-channel]
version = "1.5.0"

[dev-dependencies.fastrand]
version = "1.4.0"

[dev-dependencies.futures-lite]
version = "1.12.0"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Async synchronization primitives"
edition = "2018"
exclude = ["/.*"]
keywords = ["lock", "mutex", "rwlock", "semaphore", "barrier"]
license = "Apache-2.0 OR MIT"
name = "async-lock"
readme = "README.md"
repository = "https://github.com/smol-rs/async-lock"
rust-version = "1.48"
version = "2.7.0"
[target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test]
version = "0.3"