serverust-lambda 0.1.0

Runtime dual do serverust: HTTP local e AWS Lambda via lambda_http.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "serverust-lambda"
version = "0.1.0"
authors = ["Jaime Junior <jaime.odair@investtools.com.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime dual do serverust: HTTP local e AWS Lambda via lambda_http."
homepage = "https://github.com/JaimeJunr/serverust"
readme = "README.md"
keywords = [
    "lambda",
    "serverless",
    "aws",
    "framework",
    "api",
]
categories = [
    "web-programming",
    "web-programming::http-server",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JaimeJunr/serverust"
resolver = "2"

[lib]
name = "serverust_lambda"
path = "src/lib.rs"

[[test]]
name = "lambda_to_axum"
path = "tests/lambda_to_axum.rs"

[dependencies.aws_lambda_events]
version = "1.2"
features = [
    "apigw",
    "alb",
]
default-features = false

[dependencies.axum]
version = "0.8"

[dependencies.lambda_http]
version = "1.2"
features = [
    "apigw_rest",
    "apigw_http",
    "alb",
]
default-features = false

[dependencies.serverust-core]
version = "0.1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "macros",
]

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serverust-macros]
version = "0.1.0"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[dev-dependencies.utoipa]
version = "5"
features = ["macros"]

[dev-dependencies.validator]
version = "0.20"
features = ["derive"]