[package] name = "eventbuzz_core" version = "0.2.2" edition = "2021" authors = ["photowey "] license = "Apache-2.0" documentation = "https://docs.rs/eventbuzz" repository = "https://github.com/photowey/eventbuzz" homepage = "https://github.com/photowey/eventbuzz" description = """ The core submodule of eventbuzz project. """ readme = "README.md" keywords = ["tokio", "eventbus", "pubsub", "asynchronous", "Spring"] # https://crates.io/category_slugs categories = ["asynchronous"] [dependencies] dashmap = { workspace = true } tokio = { workspace = true } async-trait = { workspace = true }