[dependencies.futures-util]
version = "0.3.31"
[dependencies.lambda_http]
version = "0.14.0"
[dependencies.titan]
features = ["internal-titan-lambda"]
version = "0.4.2"
[dependencies.titan-core]
features = ["deploy-lambda"]
version = "0.4.2"
[dependencies.titan-http]
version = "0.4.2"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.38.1"
[lib]
name = "titan_lambda"
path = "src/lib.rs"
[package]
authors = ["Vincent Thomas"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "AWS lambda deployayer for titan and cargo-lambda"
documentation = "https://docs.rs/titan"
edition = "2021"
keywords = ["web"]
license = "MIT"
name = "titan-lambda"
readme = false
repository = "https://github.com/vincent-thomas/route-rs"
rust-version = "1.82"
version = "0.4.2"