waitx 0.4.3

A lightweight & low-latency, pure signaling primitive.
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"
name = "waitx"
version = "0.4.3"
authors = ["Evan Schwartzentruber <ejsch03@gmail.com>"]
build = false
exclude = [
    ".github/",
    ".gitignore",
    "LICENSE",
    "benches/",
    "docs/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight & low-latency, pure signaling primitive."
readme = "README.md"
keywords = [
    "wait",
    "signal",
    "wake",
    "sync",
    "notify",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/ejsch03/waitx"

[features]
loom = ["dep:loom"]

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

[dependencies.atomic-wait]
version = "1.1.0"

[dependencies.loom]
version = "0.7.2"
optional = true

[dependencies.parking_lot]
version = "0.12.5"

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.crossbeam-channel]
version = "0.5.15"

[dev-dependencies.event-listener]
version = "5.4.1"

[dev-dependencies.flume]
version = "0.11.1"

[dev-dependencies.oneshot]
version = "0.2.1"
features = ["std"]

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.spin]
version = "0.10.0"

[profile.release]
lto = true
codegen-units = 1
overflow-checks = false
incremental = false