[badges.maintenance]
status = "experimental"
[dependencies.panicking]
version = "0.7.0"
[lib]
name = "sync_no_std"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
[package]
authors = ["warlock <internalmike@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "no-std"]
description = "Cross-platform interface to the synchronization primitives."
documentation = "https://docs.rs/sync-no-std/"
edition = "2021"
keywords = ["pthread", "no_std", "mutex", "windows", "linux"]
license = "MIT OR Apache-2.0"
name = "sync-no-std"
readme = "README.md"
repository = "https://github.com/A1-Triard/sync-no-std"
version = "0.1.5"
[target."cfg(all(not(dos), not(windows)))".dependencies.libc]
default-features = false
version = "0.2.126"
[target."cfg(all(not(dos), windows))".dependencies.winapi]
features = ["synchapi"]
version = "0.3.9"