# 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 = "bb8-lapin" version = "0.5.0" authors = ["Adrian Benavides "] description = "r2d2-lapin, but for async tokio based connections" readme = "README.md" license = "MIT" repository = "https://github.com/adrianbenavides/bb8-lapin" [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.8" [dependencies.lapin] version = "2.1" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", "sync", ] [dev-dependencies.tokio-executor-trait] version = "2.1" [dev-dependencies.tokio-reactor-trait] version = "1.1"