raw_sync_2 0.1.5

Lightweight wrapper around OS synchronization primitives
Documentation
[package]
name = "raw_sync_2"
description = "Lightweight wrapper around OS synchronization primitives"
version = "0.1.5"
authors = ["elast0ny <elast0ny00@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"

readme = "README.md"
documentation = "https://docs.rs/raw_sync"
repository  = "https://github.com/elast0ny/raw_sync-rs"
keywords = ["shmem", "shared", "memory", "inter-process", "process"]
categories = ["os::unix-apis","os::windows-apis","concurrency"]

[dependencies]
cfg-if = "1.0"

[dev-dependencies]
log = "0.4"
env_logger = "0.9"

[target.'cfg(windows)'.dependencies]
rand = "0.8"
winapi = { version = "0.3", features = ["winnt", "winbase", "winerror", "ntdef", "synchapi", "handleapi"] }

[target.'cfg(unix)'.dependencies]
nix = "0.23"
libc = "0.2"