[package] name = "raw_sync" description = "Lightweight wrapper around OS synchronization primitives" version = "0.1.5" authors = ["elast0ny "] 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 = "0.*" [dev-dependencies] log = "0.*" env_logger = "0.*" [target.'cfg(windows)'.dependencies] rand = "0.*" winapi = {version = "0.*", features = ["winnt", "winbase", "winerror", "ntdef", "synchapi", "handleapi"]} [target.'cfg(unix)'.dependencies] nix = "0.*" libc = "0.*"