flexible-locks 0.1.0

Flexible Locks
Documentation
[dependencies.flexible-locks_derive]
version = "0.1"

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

[features]
default = ["std"]
std = []

[package]
authors = ["Mike Hommey <mh@glandium.org>"]
description = "Flexible Locks"
keywords = ["mutex"]
license = "Apache-2.0/MIT"
name = "flexible-locks"
readme = "README.md"
repository = "https://github.com/glandium/flexible-locks"
version = "0.1.0"

[target."cfg(unix)".dependencies.libc]
default-features = false
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
features = ["synchapi"]
version = "0.3"