lambda_http 1.1.2

Application Load Balancer and API Gateway event types for AWS Lambda
Documentation
# 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"
rust-version = "1.84.0"
name = "lambda_http"
version = "1.1.2"
authors = [
    "David Calavera <dcalaver@amazon.com>",
    "Harold Sun <sunhua@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
homepage = "https://github.com/aws/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/aws/aws-lambda-rust-runtime"
resolver = "3"

[package.metadata.docs.rs]
all-features = true

[features]
alb = []
anyhow = ["lambda_runtime/anyhow"]
apigw_http = []
apigw_rest = []
apigw_websockets = []
catch-all-fields = ["aws_lambda_events/catch-all-fields"]
concurrency-tokio = ["lambda_runtime/concurrency-tokio"]
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"]

[lib]
name = "lambda_http"
path = "src/lib.rs"

[dependencies.aws_lambda_events]
version = "1.1"
features = [
    "alb",
    "apigw",
]
default-features = false

[dependencies.bytes]
version = "1"

[dependencies.encoding_rs]
version = "0.8"

[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 = "1.1.2"
default-features = false

[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.5.4"

[dev-dependencies.axum-extra]
version = "0.12.5"
features = ["query"]

[dev-dependencies.lambda_runtime_api_client]
version = "1.0.3"

[dev-dependencies.log]
version = "^0.4"

[dev-dependencies.maplit]
version = "1.0"

[dev-dependencies.tokio]
version = "1.0"
features = ["macros"]