# 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 = "crosstown_bus" version = "1.1.1" authors = ["paoloposso "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Event Bus with RabbitMQ for Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paoloposso/crosstown_bus" [lib] name = "crosstown_bus" path = "src/lib.rs" [[test]] name = "events" path = "tests/events.rs" [[test]] name = "send_receive_integration_test" path = "tests/send_receive_integration_test.rs" [dependencies.amiquip] version = "0.4.2" [dependencies.borsh] version = "1.5.1" [dependencies.borsh-derive] version = "1.5.1" [dependencies.futures] version = "0.3.31" [dependencies.tokio] version = "1.41.0" features = ["full"]