# 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 = "sqs_listener" version = "0.2.0" authors = ["Praveen Perera "] description = "An easy to use listener, to listen for messages from SQS queues" homepage = "https://github.com/avencera/sqs_listener" documentation = "https://docs.rs/sqs_listener" license = "Apache-2.0" repository = "https://github.com/avencera/sqs_listener" [dependencies.act-zero] version = "0.4" features = ["default-tokio"] [dependencies.async-trait] version = "0.1" [dependencies.derive_builder] version = "0.10" [dependencies.log] version = "0.4" features = ["serde"] [dependencies.rusoto_core] version = "0.47.0" [dependencies.rusoto_sqs] version = "0.47.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.8" features = ["rt-multi-thread", "sync"] [dev-dependencies.color-eyre] version = "0.5" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.eyre] version = "0.6" [dev-dependencies.tokio] version = "1.1" features = ["rt-multi-thread", "macros", "sync"]