# 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-pool" version = "0.1.0" authors = ["OpenTalk Team "] publish = true description = "A RabbitMQ connection pool which manages connections based on the amount of channels used per connection" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/lapin-pool" readme = "README.md" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/libs/lapin-pool" [dependencies.lapin] version = "2" default-features = false [dependencies.log] version = "0.4" [dependencies.snafu] version = "0.8" [dependencies.tokio] version = "1" [dependencies.tokio-executor-trait] version = "2" [dependencies.tokio-reactor-trait] version = "1" [dev-dependencies.pretty_assertions] version = "1"