eventbuzz_core 0.2.2

The core submodule of eventbuzz project.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "6.0"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "macros", "time"]
version = "1.39"

[lib]
name = "eventbuzz_core"
path = "src/lib.rs"

[package]
authors = ["photowey <photowey@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous"]
description = """
The core submodule of eventbuzz project.
"""
documentation = "https://docs.rs/eventbuzz"
edition = "2021"
homepage = "https://github.com/photowey/eventbuzz"
keywords = ["tokio", "eventbus", "pubsub", "asynchronous", "Spring"]
license = "Apache-2.0"
name = "eventbuzz_core"
readme = "README.md"
repository = "https://github.com/photowey/eventbuzz"
version = "0.2.2"