amqp_worker 0.5.8

AMQP Worker to listen and provide trait to process message
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "amqp_worker"
version = "0.5.8"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>", "Valentin Noel <valentin.noel@media-io.com>"]
description = "AMQP Worker to listen and provide trait to process message"
homepage = "https://github.com/media-io/rs_amqp_worker"
documentation = "https://docs.rs/amqp_worker"
readme = "README.md"
keywords = ["AMQP", "micro-service"]
license = "MIT"
repository = "https://github.com/media-io/rs_amqp_worker"
[dependencies.amq-protocol-types]
version = "^2.1"

[dependencies.amq-protocol-uri]
version = "^2.1"

[dependencies.chrono]
version = "0.4"

[dependencies.env_logger]
version = "^0.6"

[dependencies.failure]
version = "^0.1"

[dependencies.futures]
version = "^0.1"

[dependencies.lapin-futures]
version = "^0.25"

[dependencies.log]
version = "0.4.5"

[dependencies.reqwest]
version = "0.9.8"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.tokio]
version = "^0.1"
[dev-dependencies.assert_matches]
version = "1.3.0"