[package]
name = "trillium-aws-lambda"
version = "0.4.0"
authors = ["Jacob Rothstein <hi@jbr.me>"]
edition = "2024"
description = "aws lambda adapter for trillium.rs"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trillium-rs/trillium"
readme = "README.md"
keywords = ["trillium", "framework", "async"]
categories = ["web-programming::http-server", "web-programming"]
[dependencies]
base64 = "0.22.1"
futures-lite = "2.6.1"
lamedh_runtime = "0.3.0"
log = "0.4.29"
serde = "1.0.228"
serde_derive = "1.0.228"
serde_json = "1.0.149"
tokio = { version = "1.50.0", features = ["rt", "net", "rt-multi-thread"], package = "tokio" }
trillium = { path = "../trillium", version = "1.0.0" }
trillium-http = { path = "../http", version = "1.0.0" }