bau 0.7.0

Fun, simple signaling library
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.88"
name = "bau"
version = "0.7.0"
authors = ["Gabriel A. Lugo-Maldonado <gabe@lugo.studio>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fun, simple signaling library"
readme = "README.md"
keywords = [
    "signal",
    "sync",
    "semaphore",
    "bau",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GTLugo/bau"

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

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

[dependencies]

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