dabus 0.4.3

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.3"
edition = "2021"
license = "MIT"
readme = "../README.md"
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"
async-trait = "0.1"
futures = "0.3.21"
thiserror = "1.0.31"
unique-type = "0.1.0"