await_values 0.2.0

Primitives for subscribing to / notifying about changes to values
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.1"
name = "await_values"
version = "0.2.0"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitives for subscribing to / notifying about changes to values"
homepage = "https://sealedabstract.com/code/await_values"
readme = "README.md"
keywords = [
    "await",
    "observer",
    "subscriber",
    "observable",
]
categories = [
    "asynchronous",
    "concurrency",
    "gui",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drewcrawford/await_values"

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

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

[dependencies.atomic-waker]
version = "~1"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.treiber_stack]
version = "1.1"

[dependencies.wasm_safe_mutex]
version = "0.1.1"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.test_executors]
version = "0.3.5"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm_thread]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-time]
version = "1"