# 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_http" version = "0.13.0" authors = [ "David Calavera ", "Harold Sun ", ] description = "Application Load Balancer and API Gateway event types for AWS Lambda" homepage = "https://github.com/awslabs/aws-lambda-rust-runtime" documentation = "https://docs.rs/lambda_runtime" readme = "README.md" keywords = [ "AWS", "Lambda", "APIGateway", "ALB", "API", ] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/awslabs/aws-lambda-rust-runtime" [dependencies.aws_lambda_events] version = "0.15.0" features = [ "alb", "apigw", ] default-features = false [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" [dependencies.encoding_rs] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1.0" [dependencies.http-body] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.0" [dependencies.lambda_runtime] version = "0.13.0" [dependencies.mime] version = "0.3" [dependencies.percent-encoding] version = "2.2" [dependencies.pin-project-lite] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.serde_urlencoded] version = "0.7" [dependencies.tokio-stream] version = "0.1.2" [dependencies.url] version = "2.2" [dev-dependencies.axum-core] version = "0.4.3" [dev-dependencies.axum-extra] version = "0.9.2" features = ["query"] [dev-dependencies.lambda_runtime_api_client] version = "0.11.1" [dev-dependencies.log] version = "^0.4" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["macros"] [features] alb = [] anyhow = ["lambda_runtime/anyhow"] apigw_http = [] apigw_rest = [] apigw_websockets = [] default = [ "apigw_rest", "apigw_http", "apigw_websockets", "alb", "tracing", ] eyre = ["lambda_runtime/eyre"] miette = ["lambda_runtime/miette"] opentelemetry = ["lambda_runtime/opentelemetry"] pass_through = [] tracing = ["lambda_runtime/tracing"]