# 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 = "lambda_utils" version = "0.1.10" authors = ["Ae "] description = "Lambda Utils for AWS Rust Lambda" readme = "README.md" keywords = [ "aws", "lambda", "serverless", "rust", "macros", ] categories = ["utils"] license = "MIT" repository = "https://github.com/MadebyAe/lambda-utils" [package.metadata.docs.rs] features = [ "headers", "mongodb", "network", "response", "sqs", ] [dependencies.aws-config] version = "1.1.2" features = ["behavior-version-latest"] optional = true [dependencies.aws-sdk-sqs] version = "1.9.0" optional = true [dependencies.aws-types] version = "1.1.2" optional = true [dependencies.aws_lambda_events] version = "0.15.0" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.lambda_http] version = "0.11.1" optional = true [dependencies.mongodb] version = "2.3.1" optional = true [dependencies.once_cell] version = "1.17.0" optional = true [dependencies.serde_json] version = "1.0.79" optional = true [dev-dependencies.tokio] version = "1.17.0" features = [ "full", "test-util", ] [features] headers = [ "lambda_http", "serde_json", ] mongodb = [ "dep:mongodb", "once_cell", ] network = [ "aws_lambda_events", "lambda_http", ] response = [ "chrono", "lambda_http", "serde_json", ] sqs = [ "aws-sdk-sqs", "aws-config", "serde_json", ]