parking_lot_core 0.1.4

An advanced API for creating custom synchronization primitives.
Documentation
[package]
name = "parking_lot_core"
version = "0.1.4"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "An advanced API for creating custom synchronization primitives."
documentation = "https://amanieu.github.io/parking_lot/parking_lot_core/index.html"
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/parking_lot"
keywords = ["mutex", "condvar", "rwlock", "once", "thread"]

[dependencies]
smallvec = "0.1"
rand = "0.3"

[target.'cfg(unix)'.dependencies]
libc = "0.2.15"

[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"

[features]
nightly = []