titan-lambda 0.2.0

AWS lambda deployayer for titan and cargo-lambda
Documentation
[dependencies.futures-util]
version = "0.3.31"

[dependencies.lambda_http]
version = "0.14.0"

[dependencies.titan]
features = ["internal-titan-lambda"]
version = "0.2.0"

[dependencies.titan-core]
features = ["deploy-lambda"]
version = "0.2.0"

[dependencies.titan-http]
version = "0.2.0"

[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"
version = "0.2.0"