postvan 0.4.3

A minimalistic implementation of pub/sub messaging
Documentation
[package]
name = "postvan"
authors = ["Glenn Wallace glennw-coding@proton.me"]
description = "A minimalistic implementation of pub/sub messaging"
version = "0.4.3"
edition = "2024"
keywords = ["actor", "event"]
categories = ["concurrency"]
license = "MIT"
repository = "https://codeberg.org/Stack-Syndicate/postvan"

[dependencies]
dashmap = "6.2.1"
papaya = "0.2.4"
thiserror = "2.0.19"
tokio = { version = "1.53.0", features = ["macros", "rt-multi-thread", "sync"] }

[dev-dependencies]
proptest = "1.11.0"