[dependencies.papaya]
version = "0.2"
[dependencies.tokio]
features = ["sync"]
version = "1"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1"
[lib]
name = "bolt"
path = "src/lib.rs"
[package]
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "The package provides a hierarchical read-write lock."
documentation = "https://docs.rs/bolt"
edition = "2024"
homepage = "https://github.com/stainless-steel/bolt"
keywords = ["lock", "mutex", "tokio"]
license = "Apache-2.0 OR MIT"
name = "bolt"
readme = "README.md"
repository = "https://github.com/stainless-steel/bolt"
version = "0.1.0"