# 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_web_adapter" version = "0.8.0" authors = [ "Harold Sun ", "David Calavera ", ] exclude = ["examples"] description = "Run web applications on AWS Lambda" homepage = "https://github.com/awslabs/aws-lambda-web-adapter" documentation = "https://docs.rs/lambda_web_adapter" 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-web-adapter" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "lambda-adapter" path = "src/main.rs" [dependencies.bytes] version = "1.5.0" [dependencies.http] version = "1.0" [dependencies.http-body] version = "1.0.0" [dependencies.hyper] version = "1.0" features = ["client"] [dependencies.hyper-util] version = "0.1.2" [dependencies.lambda_http] version = "0.9.1" features = [ "apigw_http", "apigw_rest", "alb", "pass_through", ] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35" features = [ "macros", "io-util", "sync", "rt-multi-thread", "time", ] [dependencies.tokio-retry] version = "0.3" [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.5" features = ["compression-gzip"] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "fmt", ] default-features = false [dependencies.url] version = "2.3" [dev-dependencies.aws-credential-types] version = "1.1" [dev-dependencies.aws-sigv4] version = "1.1" [dev-dependencies.flate2] version = "1.0.25" [dev-dependencies.http-body] version = "1.0" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.httpmock] version = "0.6.8" [dev-dependencies.hyper-rustls] version = "0.26" [dev-dependencies.percent-encoding] version = "2.3.0"