[dependencies.aws-lambda-runtime-proxy]
version = "0.1"
[dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["DiscreteTom <discrete_tom@outlook.com>"]
description = "Filter or transform logs from AWS Lambda functions before they are sent to CloudWatch Logs."
edition = "2021"
exclude = ["examples/*", "img/*", "rustfmt.toml", ".gitignore", "CHANGELOG.md"]
keywords = ["aws", "lambda", "cloudwatch", "log", "proxy"]
license-file = "LICENSE"
name = "aws-lambda-log-proxy"
readme = "README.md"
repository = "https://github.com/DiscreteTom/aws-lambda-log-proxy"
version = "0.1.0"