[dependencies.aws-lambda-runtime-proxy]
version = "0.2.1"
[dependencies.chrono]
version = "0.4.37"
[dependencies.tokio]
features = ["io-std", "io-util", "macros"]
version = "1"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4.4"
[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.2.0"