[dependencies.owning_ref]
version = "^0.4.1"
[package]
authors = ["Sebastian Messmer <messmer@cryfs.org>"]
categories = ["asynchronous", "concurrency"]
description = "This library offers a pool of locks where individual locks can be locked/unlocked by key"
documentation = "https://docs.rs/lockpool"
edition = "2018"
homepage = "https://github.com/smessmer/lockpool"
keywords = ["concurrency", "thread", "locks", "mutex"]
license = "MIT OR Apache-2.0"
name = "lockpool"
readme = "README.md"
repository = "https://github.com/smessmer/lockpool"
version = "0.2.0"