dabus 0.4.1

Dynamic Aplication Controll Bus - an asynchronous, event based module system for thoes who want to move fast and *not* break things
Documentation
[package]
name = "dabus"
version = "0.4.1"
edition = "2021"
license = "MIT"
authors = ["Rowan S-L <rowan@fawkes.io>"]
description = "Dynamic Aplication Controll Bus - an asynchronous, event based module system for thoes who want to move fast and *not* break things"
repository = "https://github.com/rowan-sl/dabus/"
keywords = ["module", "runtime", "bus", "async", "message"]
categories = ["asynchronous", "rust-patterns"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
flume = "0.10.12"
log = "0.4.16"
tokio = { version = "1", features = ["full"] }
async-trait = "0.1"
futures = "0.3.21"
thiserror = "1.0.31"
unique-type = "0.1.0"