# 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_runtime" version = "0.13.0" authors = [ "David Calavera ", "Harold Sun ", ] description = "AWS Lambda Runtime" readme = "README.md" keywords = [ "AWS", "Lambda", "API", ] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/awslabs/aws-lambda-rust-runtime" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.async-stream] version = "0.3" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" [dependencies.eyre] version = "0.6.12" optional = true [dependencies.futures] version = "0.3" [dependencies.http] version = "1.0" [dependencies.http-body] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.http-serde] version = "2.0" [dependencies.hyper] version = "1.0" features = [ "http1", "client", ] [dependencies.hyper-util] version = "0.1.1" features = [ "client", "client-legacy", "http1", "tokio", ] [dependencies.lambda_runtime_api_client] version = "0.11.1" default-features = false [dependencies.miette] version = "7.2.0" optional = true [dependencies.opentelemetry-semantic-conventions] version = "0.14" optional = true [dependencies.pin-project] version = "1" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "^1" [dependencies.serde_path_to_error] version = "0.1.11" [dependencies.tokio] version = "1.0" features = [ "macros", "io-util", "sync", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.2" [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tower-layer] version = "0.3" [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.hyper-util] version = "0.1.1" features = [ "client", "client-legacy", "http1", "server", "server-auto", "tokio", ] [dev-dependencies.pin-project-lite] version = "0.2" [features] anyhow = ["dep:anyhow"] default = ["tracing"] eyre = ["dep:eyre"] miette = ["dep:miette"] opentelemetry = ["opentelemetry-semantic-conventions"] tracing = ["lambda_runtime_api_client/tracing"]