postvan 0.4.2

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.2"
edition = "2024"
keywords = ["actor", "event"]
categories = ["concurrency"]
license = "MIT"
repository = "https://codeberg.org/Stack-Syndicate/postvan"

[dependencies]
anyhow = "1.0.102"
dashmap = "6.1.0"
papaya = "0.2.4"
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "sync"] }

[dev-dependencies]
proptest = "1.11.0"