lambda-lw-http-router 0.5.0

A lightweight, type-safe HTTP router for AWS Lambda functions
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 = "2021"
rust-version = "1.75"
name = "lambda-lw-http-router"
version = "0.5.0"
authors = ["Alessandro Bologna <alessandro.bologna@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, type-safe HTTP router for AWS Lambda functions"
documentation = "https://docs.rs/lambda-lw-http-router"
readme = "README.md"
keywords = [
    "lambda",
    "aws",
    "router",
    "serverless",
    "api",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/dev7a/serverless-otlp-forwarder/tree/main/packages/rust/lambda-lw-http-router"

[package.metadata.cargo-machete]
ignored = ["ctor"]

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

[dependencies.ctor]
version = "0.4.2"

[dependencies.lambda-lw-http-router-core]
version = "0.5.0"

[dependencies.lambda-lw-http-router-macro]
version = "0.5.0"

[dev-dependencies.aws_lambda_events]
version = "0.16.1"
features = [
    "apigw",
    "alb",
    "sqs",
]
default-features = false

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.lambda_runtime]
version = "0.14.2"
features = [
    "anyhow",
    "tracing",
    "opentelemetry",
]

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

[dev-dependencies.tokio]
version = "1.45.1"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tower]
version = "0.5.2"