[dependencies.parking_lot]
features = ["arc_lock", "deadlock_detection"]
version = "0.12.3"
[dependencies.tokio]
features = ["sync"]
version = "1.41.0"
[lib]
name = "anylock"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "AnyLock Polymorphic Locks"
documentation = "https://docs.rs/anylock"
edition = "2021"
homepage = "https://github.com/boondocklabs/anylock"
license = "MIT"
name = "anylock"
readme = "README.md"
repository = "https://github.com/boondocklabs/anylock"
version = "0.1.4"