circulate 0.3.0

Lightweight PubSub framework that supports both sync and async
Documentation
[dependencies.arc-bytes]
version = "0.3.3"

[dependencies.flume]
version = "0.10.11"

[dependencies.futures]
version = "0.3.21"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.pot]
version = "1.0.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"
[dev-dependencies.anyhow]
version = "1.0.55"

[dev-dependencies.tokio]
features = ["sync", "rt", "rt-multi-thread", "macros", "time", "test-util"]
version = "1.16.0"

[package]
authors = ["Jonathan Johnson <jon@khonsulabs.com>"]
categories = ["asynchronous"]
description = "Lightweight PubSub framework that supports both sync and async"
edition = "2021"
keywords = ["pubsub"]
license = "MIT OR Apache-2.0"
name = "circulate"
readme = "./README.md"
repository = "https://github.com/khonsulabs/circulate"
resolver = "2"
version = "0.3.0"