# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-smithy-http-server"
version = "0.63.5"
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"
keywords = ["smithy", "framework", "web", "api", "aws"]
categories = ["asynchronous", "web-programming", "api-bindings"]
description = "Server runtime for Smithy Rust Server Framework.\n"
publish = true
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]

[features]
aws-lambda = ["dep:lambda_http"]
unredacted-logging = []
request-id = ["dep:uuid"]

[dependencies]
bytes = "1.10.0"
http = "0.2.9"
http-body = "0.4.5"
mime = "0.3.17"
nom = "7.1.3"
once_cell = "1.20.1"
pin-project-lite = "0.2.14"
regex = "1.5.5"
serde_urlencoded = "0.7"
thiserror = "1.0.40"
tracing = "0.1.40"

[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
features = ["rt-tokio"]
version = "0.62.0"

[dependencies.aws-smithy-json]
path = "../aws-smithy-json"
version = "0.61.3"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["http-02x"]
version = "1.7.4"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
features = ["http-body-0-4-x", "hyper-0-14-x"]
version = "1.3.0"

[dependencies.aws-smithy-xml]
path = "../aws-smithy-xml"
version = "0.60.9"

[dependencies.aws-smithy-cbor]
path = "../aws-smithy-cbor"
version = "0.61.0"

[dependencies.futures-util]
version = "0.3.29"
default-features = false

[dependencies.hyper]
version = "0.14.26"
features = ["server", "http1", "http2", "tcp", "stream"]

[dependencies.lambda_http]
version = "0.8.3"
optional = true

[dependencies.tokio]
version = "1.40.0"
features = ["full"]

[dependencies.tower]
version = "0.4.13"
features = ["util", "make"]
default-features = false

[dependencies.tower-http]
version = "0.3"
features = ["add-extension", "map-response-body"]

[dependencies.uuid]
version = "1.1.2"
features = ["v4", "fast-rng"]
optional = true

[dev-dependencies]
pretty_assertions = "1"