# 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 = "lapin-tower-worker" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Framework for building AMQP workers with lapin and tower" readme = "README.md" license = "MIT" [lib] name = "lapin_tower_worker" path = "src/lib.rs" [[test]] name = "example" path = "tests/example.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.futures] version = "0.3.30" [dependencies.lapin] version = "2.5.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "rt-multi-thread", "macros", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.trait-variant] version = "0.1.2" [dev-dependencies.sqlx] version = "0.8.0" features = [ "sqlite", "runtime-tokio", ] [dev-dependencies.tracing-subscriber] version = "0.3.18"