shed/lock_ext/Cargo.toml (12 lines of code) (raw):
# @generated by autocargo
[package]
name = "lock_ext"
version = "0.1.0"
authors = ["Facebook <opensource+rust-shed@fb.com>"]
edition = "2021"
description = "Extensions to std::sync::Mutex"
readme = "../../README.md"
repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"
[dependencies]
parking_lot = { version = "0.11.2", features = ["send_guard"] }