miden-utils-sync 0.20.1

no-std compatible locking primitives for the Miden project
Documentation
[dependencies.lock_api]
features = ["arc_lock"]
version = "0.4"

[dependencies.parking_lot]
optional = true
version = "0.12"

[dev-dependencies.loom]
version = "0.7"

[dev-dependencies.proptest]
default-features = false
features = ["no_std", "alloc"]
version = "1.8"

[features]
default = ["std"]
std = ["dep:parking_lot"]

[lib]
name = "miden_utils_sync"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(loom)"]
level = "warn"
priority = 0

[package]
authors = ["Miden contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "no-std compatible locking primitives for the Miden project"
documentation = "https://docs.rs/miden-utils-sync"
edition = "2024"
exclude = [".github/"]
homepage = "https://miden.xyz"
license = "MIT OR Apache-2.0"
name = "miden-utils-sync"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-vm"
rust-version = "1.90"
version = "0.20.1"

[target."cfg(loom)".dependencies.loom]
version = "0.7"