sqslisten 0.1.1

SQSListen, a simple listener for AWS SQS queue. It allows you to set listener to your AWS SQS queue which will ask for the available messages in the queue and call the passed handler when the message received. Once message received and processed (does not matter if handler returns error or not) the message is removed from the queue.
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 = "sqslisten"
version = "0.1.1"
authors = ["Andrew Nester <andrew.nester.dev@gmail.com>"]
description = "SQSListen, a simple listener for AWS SQS queue.\nIt allows you to set listener to your AWS SQS queue which will ask for the available messages in the queue and \ncall the passed handler when the message received. \nOnce message received and processed (does not matter if handler returns error or not) the message is removed from the queue.\n"
homepage = "https://github.com/andrewnester/sqslisten"
readme = "README.md"
keywords = ["sqs", "aws", "queue", "listener", "consumer"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/andrewnester/sqslisten"
[dependencies.chrono]
version = "0.4"

[dependencies.clokwerk]
version = "0.1.0"

[dependencies.rusoto_core]
version = "0.38.0"

[dependencies.rusoto_sqs]
version = "0.38.0"
[badges.travis-ci]
repository = "andrewnester/rust-jsonm"