lambda-extension 1.0.3

AWS Lambda Extension 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-extension"
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 Extension 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 = ["lambda_runtime_api_client/tracing"]

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

[dependencies.async-stream]
version = "0.3"

[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 = "1.0.2"

[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.5"
features = [
    "make",
    "util",
]

[dependencies.tracing]
version = "0.1"
features = ["log"]