[dependencies]
[lib]
name = "lock_tree"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "no-std", "no-std::no-alloc"]
description = "Prevent deadlocks at compile time. A standalone republication of the netstack3 lock-ordering crate, part of Google's Fuchsia OS."
edition = "2021"
keywords = ["locks", "concurrency", "parallelism", "deadlocks", "ordering"]
license-file = "LICENSE"
name = "lock_tree"
readme = "README.md"
repository = "https://github.com/howtocodeit/lock_tree"
version = "0.1.0"