# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aws-lambda-log-proxy" version = "0.4.0" authors = ["DiscreteTom "] build = false exclude = [ "examples/*", "img/*", "rustfmt.toml", ".gitignore", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Filter or transform logs from AWS Lambda functions before they are sent to CloudWatch Logs." readme = "README.md" keywords = [ "aws", "lambda", "cloudwatch", "log", "proxy", ] license-file = "LICENSE" repository = "https://github.com/DiscreteTom/aws-lambda-log-proxy" [lib] name = "aws_lambda_log_proxy" path = "src/lib.rs" [dependencies.aws-lambda-runtime-proxy] version = "0.3.0" [dependencies.chrono] version = "0.4.37" [dependencies.serde_json] version = "1.0" optional = true [dependencies.tokio] version = "1" features = [ "io-std", "io-util", "macros", "fs", ] [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.serial_test] version = "3" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4" [features] default = ["emf"] emf = ["serde_json"]