# 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 = "amqp-lapin-helper" version = "0.7.0" authors = ["Jonathan Dizdarevic "] description = "rust lapin helper" license = "MIT" repository = "https://github.com/dizda/amqp-lapin-helper" [dependencies.async-trait] version = "0.1.77" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.31" [dependencies.futures-lite] version = "1.13.0" [dependencies.lapin] version = "2.3.1" [dependencies.once_cell] version = "1.19.0" [dependencies.prometheus] version = "0.13.3" features = [] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "sync", "macros", ] [dependencies.tokio-executor-trait] version = "2.1.1" [dependencies.tokio-reactor-trait] version = "1.1.0" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "0.8.2" features = ["serde"]