[dependencies.aws-smithy-http]
version = "0.62.3"
[dependencies.aws-smithy-http-server]
features = ["aws-lambda"]
version = "0.65.6"
[dependencies.aws-smithy-json]
version = "0.61.5"
[dependencies.aws-smithy-types]
features = ["byte-stream-poll-next", "http-body-0-4-x"]
version = "1.3.2"
[dependencies.aws-smithy-xml]
version = "0.60.10"
[dependencies.bytes]
version = "1.10.0"
[dependencies.futures]
version = "0.3"
[dependencies.http]
version = "0.2.9"
[dependencies.hyper]
features = ["server", "http1", "http2", "tcp", "stream"]
version = "0.14.26"
[dependencies.lambda_http]
version = "0.8.4"
[dependencies.num_cpus]
version = "1.13.1"
[dependencies.parking_lot]
version = "0.12.1"
[dependencies.pin-project-lite]
version = "0.2.14"
[dependencies.pyo3]
version = "0.20"
[dependencies.pyo3-asyncio]
features = ["tokio-runtime"]
version = "0.20.0"
[dependencies.rustls-pemfile]
version = "1.0.1"
[dependencies.signal-hook]
features = ["extended-siginfo"]
version = "0.3.14"
[dependencies.socket2]
features = ["all"]
version = "0.5.5"
[dependencies.thiserror]
version = "2"
[dependencies.tls-listener]
features = ["rustls", "hyper-h2"]
version = "0.7.0"
[dependencies.tokio]
features = ["full"]
version = "1.40.0"
[dependencies.tokio-rustls]
version = "0.24.0"
[dependencies.tokio-stream]
version = "0.1.2"
[dependencies.tower]
features = ["util"]
version = "0.4.13"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-appender]
version = "0.2.2"
[dependencies.tracing-subscriber]
features = ["json", "env-filter"]
version = "0.3.16"
[dev-dependencies.futures-util]
default-features = false
version = "0.3.29"
[dev-dependencies.hyper-rustls]
features = ["http2"]
version = "0.24"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.pyo3-asyncio]
features = ["testing", "attributes", "tokio-runtime", "unstable-streams"]
version = "0.20.0"
[dev-dependencies.rcgen]
version = "0.10.0"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tower-test]
version = "0.4"
[lib]
name = "aws_smithy_http_server_python"
path = "src/lib.rs"
[package]
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming", "api-bindings"]
description = """
Python server runtime for Smithy Rust Server Framework.
"""
edition = "2021"
keywords = ["smithy", "framework", "web", "api", "aws"]
license = "Apache-2.0"
name = "aws-smithy-http-server-python"
publish = true
readme = "README.md"
repository = "https://github.com/smithy-lang/smithy-rs"
version = "0.66.3"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
harness = false
name = "middleware_tests"
path = "src/middleware/pytests/harness.rs"
[[test]]
harness = false
name = "python_tests"
path = "src/pytests/harness.rs"