# 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 = "2018" name = "mobc-lapin" version = "0.8.1" authors = ["Mario Zupan "] include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*", ] description = "RabbitMQ support for the async mobc connection pool" readme = "README.md" keywords = [ "rabbitmq", "pool", "queue", "async", "lapin", ] license = "MIT/Apache-2.0" repository = "https://github.com/zupzup/mobc-lapin/tree/master" [dependencies.lapin] version = "2.3" [dependencies.mobc] version = "0.8" [dev-dependencies.futures] version = "0.3" default-features = false [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", ] [dev-dependencies.tokio-amqp] version = "2" [dev-dependencies.tokio-executor-trait] version = "2"