# 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 = "rabbit_borough" version = "0.1.7" authors = ["stefanos.kouroupis "] description = "Create a RabbitMQ consumer project with minimal effort, by bypassing templating, configuration and complicated resiliency logic" documentation = "https://docs.rs/rabbit_borough" readme = "CRATE.md" keywords = [ "rabbitmq", "amqp", ] license = "MIT" repository = "https://github.com/elasticrash/rabbit-borough" [dependencies.amq-protocol-types] version = "7.0.1" [dependencies.futures-lite] version = "1.12.0" [dependencies.lapin] version = "2.1.1" [dependencies.serde] version = "1.0.145" [dependencies.serde_json] version = "1.0.85" [dev-dependencies.futures] version = "0.3" features = ["executor"] [dev-dependencies.postgres] version = "0.19.4" [dev-dependencies.r2d2] version = "0.8.10" [dev-dependencies.r2d2_postgres] version = "0.18.1"