[dependencies.lambda_runtime]
version = "0.5.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
version = "1"
[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
categories = ["web-programming"]
description = "Handles an SQS event and provides a vec of your type for processing. \n"
documentation = "https://docs.rs/lambda-sqs"
edition = "2018"
exclude = [".fossa.yml", ".github/workflows/fossa.yml", ".github/workflows/general.yml", ".github/workflows/rust_security_audit.yml", ".gitignore", ".vscode/settings.json", ".whitesource", "markdownlint.jsonc", "renovate.json"]
keywords = ["aws", "sqs", "lambda"]
license = "MIT OR Apache-2.0"
name = "lambda_sqs"
readme = "README.md"
repository = "https://github.com/jerusdp/lambda_sqs"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]