# 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 = "make-message-bus" version = "0.1.1" authors = ["Emil Fresk "] description = "Generate a pub-sub bus for use in async applications" documentation = "https://docs.rs/make-message-bus" readme = "README.md" keywords = [ "static", "message-bus", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/korken89/message-bus" resolver = "1" [dependencies.message-bus-macros] version = "0.1.1" [dependencies.once_cell] version = "1.17.1" [dependencies.tokio] version = "1" features = ["sync"] [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tokio] version = "1" features = [ "sync", "rt", "time", "macros", "rt-multi-thread", ]