seda_bus 0.1.6

A Staged Event-Driven Architectural message bus
Documentation
[package]
name = "seda_bus"
version = "0.1.6"
authors = ["Brian Taylor <brian@resolvingarchitecture.io>"]
license-file = "LICENSE"
edition = "2018"
description = "A Staged Event-Driven Architectural message bus"
homepage = "https://resolvingarchitecture.io"
documentation = "https://github.com/resolvingarchitecture/seda-bus"
repository = "https://github.com/resolvingarchitecture/seda-bus.git"
publish = true
readme = "README.md"
keywords = ["seda","seda-bus","message-bus"]

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

[dependencies]
log = "0.4.8"
simple_logger = "1.6.0"
rand = "0.7.3"
futures = "0.3.4"

#dbus = "0.8.1"
#scheduled-thread-pool = "0.2.3"

ra_common = "0.0.44"

[dev-dependencies]
assert_cmd = "0.10"