sqs-lambda 0.1.5

A library to cut down on boilerplate when writing SQS triggered Lambdas
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 = "sqs-lambda"
version = "0.1.5"
authors = ["Insanitybit <insanitybit@gmail.com>"]
description = "A library to cut down on boilerplate when writing SQS triggered Lambdas"
keywords = ["Google", "SafeBrowsing", "gsb"]
license = "MIT OR Apache-2.0"
[dependencies.aws_lambda_events]
version = "0.2.0"

[dependencies.failure]
version = "0.1.3"

[dependencies.futures]
version = "0.1.25"

[dependencies.lambda_runtime]
version = "0.1.0"

[dependencies.log]
version = "0.4.6"

[dependencies.prost]
version = "0.4.0"

[dependencies.rusoto_core]
version = "0.32.0"

[dependencies.rusoto_s3]
version = "0.32.0"

[dependencies.rusoto_sqs]
version = "0.32.0"

[dependencies.serde]
version = "1.0.82"

[dependencies.serde_derive]
version = "1.0.82"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.simple_logger]
version = "1.0.1"

[dependencies.stopwatch]
version = "0.0.7"

[dependencies.zstd]
version = "0.4.21+zstd.1.3.7"