# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-smithy-http-server" version = "0.63.3" authors = ["Smithy Rust Server "] 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.1" http = "0.2" http-body = "0.4" mime = "0.3.17" nom = "7" once_cell = "1.13" pin-project-lite = "0.2" regex = "1.5.5" serde_urlencoded = "0.7" thiserror = "1.0.40" tracing = "0.1.35" [dependencies.aws-smithy-http] path = "../aws-smithy-http" features = ["rt-tokio"] version = "0.60.10" [dependencies.aws-smithy-json] path = "../aws-smithy-json" version = "0.60.7" [dependencies.aws-smithy-runtime-api] path = "../aws-smithy-runtime-api" features = ["http-02x"] version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["http-body-0-4-x", "hyper-0-14-x"] version = "1.2.4" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" version = "0.60.8" [dependencies.aws-smithy-cbor] path = "../aws-smithy-cbor" version = "0.60.7" [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.0" optional = true [dependencies.tokio] version = "1.23.1" features = ["full"] [dependencies.tower] version = "0.4.11" features = ["util", "make"] default-features = false [dependencies.tower-http] version = "0.3" features = ["add-extension", "map-response-body"] [dependencies.uuid] version = "1" features = ["v4", "fast-rng"] optional = true [dev-dependencies] pretty_assertions = "1"