# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "eventbuzz_core" version = "0.2.2" authors = ["photowey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ The core submodule of eventbuzz project. """ homepage = "https://github.com/photowey/eventbuzz" documentation = "https://docs.rs/eventbuzz" readme = "README.md" keywords = [ "tokio", "eventbus", "pubsub", "asynchronous", "Spring", ] categories = ["asynchronous"] license = "Apache-2.0" repository = "https://github.com/photowey/eventbuzz" [lib] name = "eventbuzz_core" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.dashmap] version = "6.0" [dependencies.tokio] version = "1.39" features = [ "rt-multi-thread", "sync", "macros", "time", ]