parking_lot_core 0.6.3

An advanced API for creating custom synchronization primitives.
Documentation
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.backtrace]
optional = true
version = "0.3.2"

[dependencies.cfg-if]
version = "0.1.5"

[dependencies.petgraph]
optional = true
version = "0.4.5"

[dependencies.smallvec]
version = "0.6"

[dependencies.thread-id]
optional = true
version = "3.2.0"

[features]
deadlock_detection = ["petgraph", "thread-id", "backtrace"]
nightly = []

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
categories = ["concurrency"]
description = "An advanced API for creating custom synchronization primitives."
edition = "2018"
keywords = ["mutex", "condvar", "rwlock", "once", "thread"]
license = "Apache-2.0/MIT"
name = "parking_lot_core"
repository = "https://github.com/Amanieu/parking_lot"
version = "0.6.3"
[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi]
version = "0.0.3"
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.55"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"]
version = "0.3"