lambda_runtime_api_client 1.0.3

AWS Lambda Runtime interaction API
Documentation
# 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"
rust-version = "1.84.0"
name = "lambda_runtime_api_client"
version = "1.0.3"
authors = [
    "David Calavera <dcalaver@amazon.com>",
    "Harold Sun <sunhua@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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/aws/aws-lambda-rust-runtime"
resolver = "3"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["tracing"]
tracing = [
    "dep:tracing",
    "dep:tracing-subscriber",
]

[lib]
name = "lambda_runtime_api_client"
path = "src/lib.rs"

[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.tower]
version = "0.5"
features = ["util"]

[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