type_pubsub 0.2.0

Type-based publisher-subscriber broker written in Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[bin]]
name = "type_pubsub"
path = "src/bin/type_pubsub.rs"
[dependencies.futures]
version = "0.3.21"

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