# 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 = "messagebus" version = "0.15.2" authors = ["Andrey Tkachenko "] exclude = [ ".gitignore", ".cargo/config", ".github/**", ".drone.yml", ] description = "MessageBus allows intercommunicate with messages between modules" keywords = [ "futures", "async", "tokio", "message", "bus", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andreytkachenko/messagebus.git" [dependencies.anyhow] version = "1.0.75" [dependencies.boxcar] version = "0.2.3" [dependencies.dashmap] version = "5.5.0" [dependencies.futures] version = "0.3.28" [dependencies.kanal] version = "0.1.0-pre8" [dependencies.log] version = "0.4.20" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.priority-queue] version = "1.3.2" [dependencies.rand] version = "0.8.5" features = [ "std_rng", "std", ] default-features = false [dependencies.rand_xorshift] version = "0.3.0" [dependencies.tokio] version = "1.32.0" features = [ "sync", "rt", "macros", ] [dev-dependencies.async-stream] version = "0.3.5" [dev-dependencies.tokio] version = "1.32.0" features = ["full"]