# 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 = "axum-aws-lambda" version = "0.9.0" authors = ["Michael Lazear"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tower Layer for compatibility between Axum and AWS Lambda Runtime" homepage = "https://github.com/lazear/axum-aws-lambda" readme = "README.md" keywords = [ "axum", "lambda", "tower", "aws", ] license = "MIT" repository = "https://github.com/lazear/axum-aws-lambda" [lib] name = "axum_aws_lambda" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.axum] version = "0.7" [dependencies.bytes] version = "1.5" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.0" [dependencies.lambda_http] version = "0.13" [dependencies.tower] version = "0.5" [dependencies.tower-service] version = "0.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["rt"] [dev-dependencies.tower-http] version = "0.5.0" features = [ "cors", "compression-gzip", "compression-deflate", "trace", ] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["json"]