aws-smithy-http-server 0.40.2

Server runtime for Smithy Rust Server Framework. NOTE: THIS IS HIGHLY EXPERIMENTAL AND SHOULD NOT BE USED YET.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.aws-smithy-http]
features = ["rt-tokio"]
version = "0.40.2"

[dependencies.aws-smithy-json]
version = "0.40.2"

[dependencies.aws-smithy-types]
version = "0.40.2"

[dependencies.aws-smithy-xml]
version = "0.40.2"

[dependencies.axum-core]
version = "0.1"

[dependencies.bytes]
version = "1.1"

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

[dependencies.http]
version = "0.2"

[dependencies.http-body]
version = "0.4"

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

[dependencies.mime]
version = "0.3"

[dependencies.nom]
version = "7"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.regex]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.strum_macros]
version = "0.24"

[dependencies.thiserror]
version = "1"

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

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

[dependencies.tower-http]
features = ["add-extension", "map-response-body"]
version = "0.2.1"
[dev-dependencies.pretty_assertions]
version = "1"

[package]
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
categories = ["asynchronous", "web-programming", "api-bindings"]
description = "Server runtime for Smithy Rust Server Framework.\n\nNOTE: THIS IS HIGHLY EXPERIMENTAL AND SHOULD NOT BE USED YET.\n"
edition = "2021"
keywords = ["smithy", "framework", "web", "api", "aws"]
license = "Apache-2.0"
name = "aws-smithy-http-server"
publish = true
repository = "https://github.com/awslabs/smithy-rs"
version = "0.40.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]