# 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_api_client" version = "0.11.1" authors = [ "David Calavera ", "Harold Sun ", ] description = "AWS Lambda Runtime interaction 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.bytes] version = "1" [dependencies.futures-channel] version = "0.3" [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" features = [ "http1", "client", ] [dependencies.hyper-util] version = "0.1.1" features = [ "client", "client-legacy", "http1", "tokio", ] [dependencies.tokio] version = "1.0" features = ["io-util"] [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" features = ["log"] optional = true [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "json", "env-filter", ] optional = true default-features = false [features] default = ["tracing"] tracing = [ "dep:tracing", "dep:tracing-subscriber", ]