[dependencies.lambda_http]
version = "0.15.0"
[dependencies.poem]
default-features = false
version = "3.1.11"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.39.1"
[lib]
name = "poem_lambda"
path = "src/lib.rs"
[package]
authors = ["sunli <scott_s829@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"]
description = "Poem for AWS Lambda"
documentation = "https://docs.rs/poem/"
edition = "2024"
homepage = "https://github.com/poem-web/poem"
keywords = ["http", "web", "framework", "async"]
license = "MIT OR Apache-2.0"
name = "poem-lambda"
readme = "README.md"
repository = "https://github.com/poem-web/poem"
resolver = "2"
rust-version = "1.85"
version = "5.1.3"