simple-pub-sub 0.1.2

simple message broker
Documentation
[[bin]]
name = "simple-pub-sub"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.4.11"

[dependencies.env_logger]
version = "0.10.1"

[dependencies.log]
version = "0.4.20"

[dependencies.mio]
version = "0.8.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full", "tracing"]
version = "1"

[dependencies.uuid]
features = ["v4"]
version = "1.6.1"

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

[package]
authors = ["Girish Joshi <mail@girishjoshi.io>"]
categories = ["command-line-interface", "command-line-utilities", "message-bus"]
description = "simple message broker"
edition = "2021"
exclude = ["client.py"]
keywords = ["simple", "message", "broker", "pub-sub"]
license = "MIT"
name = "simple-pub-sub"
readme = "README.md"
repository = "https://github.com/girish946/simple-pub-sub"
version = "0.1.2"