blob: 97627c93ef52415131d9492d49127aa7ab6625b4 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "async-lock"
version = "2.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "Async synchronization primitives"
homepage = "https://github.com/stjepang/async-lock"
documentation = "https://docs.rs/async-lock"
readme = "README.md"
keywords = ["lock", "mutex", "rwlock", "semaphore", "barrier"]
categories = ["asynchronous", "concurrency"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/async-lock"
[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.10.1"