sync-no-std 0.1.4

Cross-platform interface to the synchronization primitives.
Documentation
[badges.maintenance]
status = "experimental"

[dependencies.panicking]
default-features = false
version = "0.5.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.4"

[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"