# 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 = "taps" version = "0.2.2" authors = ["Matthew Berger "] description = """ taps (Tokio Asynchronous Pub/Sub) is an in-process async message broker that can be used for messaging between spawned tokio tasks. """ homepage = "https://github.com/matthewjberger/taps" readme = "README.md" keywords = [ "async", "tokio", "messaging", ] license = "MIT" repository = "https://github.com/matthewjberger/taps" [dependencies.tokio] version = "1.33.0" features = ["full"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.log] version = "0.4" [dev-dependencies.uuid] version = "1.4.1" features = ["v4"]