type_pubsub 0.1.0

Type-based publisher-subscriber broker written in Rust
Documentation
[[bin]]
name = "type_pubsub"
path = "src/bin/type_pubsub.rs"
[dependencies.futures]
version = "0.3.21"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync", "time"]
version = "1.0"

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

[package]
description = "Type-based publisher-subscriber broker written in Rust"
edition = "2021"
license-file = "LICENSE-APACHE"
name = "type_pubsub"
readme = "README.md"
repository = "https://github.com/sgasse/type_pubsub"
resolver = "2"
version = "0.1.0"