# 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.9.0" authors = ["Marc-Antoine Arnaud ", "Valentin Noel "] 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 = "^3.1" [dependencies.amq-protocol-uri] version = "^3.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.env_logger] version = "^0.7" [dependencies.failure] version = "^0.1" [dependencies.futures] version = "^0.1" [dependencies.lapin-futures] version = "^0.28" [dependencies.log] version = "0.4.5" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.semver] version = "0.9" features = ["serde"] [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" [dev-dependencies.mockito] version = "0.23"