[[bench]]
harness = false
name = "comparison"
path = "benches/comparison.rs"
[[bench]]
harness = false
name = "single_thread"
path = "benches/single_thread.rs"
[dependencies.criterion]
features = ["async_tokio", "html_reports"]
version = "0.7.0"
[dependencies.event-listener]
version = "5.4.1"
[dependencies.local-event]
version = "0.1.1"
[dependencies.parking_lot]
version = "0.12.5"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.compio]
features = ["macros", "time"]
version = "0.16.0"
[dev-dependencies.smol]
version = "2.0.2"
[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"
[lib]
name = "see"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A high-performance, asynchronous runtime-agnostic alternative to tokio::sync::watch"
edition = "2024"
keywords = ["async", "channel", "runtime-agnostic", "synchronization", "watch"]
license = "MIT OR Apache-2.0"
name = "see"
readme = "README.md"
repository = "https://github.com/compio-rs/see"
version = "0.1.1"
[[test]]
name = "compio_sync"
path = "tests/compio_sync.rs"
[[test]]
name = "compio_unsync"
path = "tests/compio_unsync.rs"
[[test]]
name = "smol"
path = "tests/smol.rs"