[package] name = "brazier" version = "0.1.0" edition = "2021" authors = ["Yves Bonami "] license = "MIT" readme = "README.md" description = """ A mediator implementation in Rust, heavily inspired by the .NET MediatR package (https://github.com/jbogard/MediatR). """ homepage = "https://github.com/yves-bonami/brazier" repository = "https://github.com/yves-bonami/brazier" keywords = ["mediator"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.68" [dev-dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] }