lambda-lw-http-router-macro 0.6.0

Procedural macros for lambda-lw-http-router
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.84"
name = "lambda-lw-http-router-macro"
version = "0.6.0"
authors = ["Alessandro Bologna <alessandro.bologna@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for lambda-lw-http-router"
readme = false
license = "MIT"
repository = "https://github.com/dev7a/serverless-otlp-forwarder/tree/main/packages/rust/lambda-lw-http-router/router-macro"

[lib]
name = "lambda_lw_http_router_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.darling]
version = "0.20"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

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

[dev-dependencies.lambda_runtime]
version = "1.1.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"