[dependencies.cfg-if]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[package]
authors = ["nicbn"]
description = "This crate implements pinned synchronization primitives."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "pinned_sync"
readme = "README.md"
repository = "https://github.com/nicbn/pinned-sync"
version = "0.0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"