cond_sync 0.2.2

Hides the boilerplate code needed with std::sync::Condvar
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "cond_sync"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hides the boilerplate code needed with std::sync::Condvar"
readme = "README.md"
keywords = [
    "concurrency",
    "synchronization",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/emabee/rust-cond_sync"

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

[[example]]
name = "version_numbers"
path = "examples/version_numbers.rs"

[[test]]
name = "test_wait_until"
path = "tests/test_wait_until.rs"

[[test]]
name = "test_wait_until_or_timeout"
path = "tests/test_wait_until_or_timeout.rs"

[dependencies]

[dev-dependencies.version-sync]
version = "0.9"

[lints.rust]
unsafe_code = "forbid"