synchrony 0.1.1

A library that provides both sync and unsync versions of common synchronization primitives.
Documentation
[dependencies.event-listener]
default-features = false
optional = true
version = "5.4.1"

[dependencies.futures-util]
default-features = false
optional = true
version = "0.3.31"

[dependencies.local-event]
default-features = false
optional = true
version = "0.1.1"

[dependencies.see]
optional = true
version = "0.1.1"

[dependencies.slab]
optional = true
version = "0.4.11"

[dev-dependencies.futures]
features = ["executor"]
version = "0.3.31"

[features]
bilock = ["waker_slot"]
event = ["dep:event-listener", "dep:local-event"]
mutex = ["dep:slab"]
waker_slot = ["dep:futures-util"]
watch = ["dep:see"]

[lib]
name = "synchrony"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library that provides both sync and unsync versions of common synchronization primitives."
edition = "2024"
license = "MIT"
name = "synchrony"
readme = "README.md"
repository = "https://github.com/compio-rs/synchrony"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]