# 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-extension" version = "0.11.0" authors = [ "David Calavera ", "Harold Sun ", ] description = "AWS Lambda Extension API" 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.async-stream] version = "0.3" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.35" features = [ "clock", "serde", "std", "serde", ] default-features = false [dependencies.http] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.0" features = [ "http1", "client", "server", ] [dependencies.hyper-util] version = "0.1.1" [dependencies.lambda_runtime_api_client] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "^1" [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 = [ "make", "util", ] [dependencies.tracing] version = "0.1" features = ["log"] [features] default = ["tracing"] tracing = ["lambda_runtime_api_client/tracing"]