lambda-forge 0.1.0

An opinionated API Framework for building AWS Lambda HTTP endpoints.
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"
name = "lambda-forge"
version = "0.1.0"
authors = ["Antonio Hickey <antonio.hickey@byte-forge.io>"]
build = false
exclude = [
    ".github",
    ".env",
    ".env.*",
    "**/.env",
    "**/.env.*",
]
include = [
    "README.md",
    "src/**/*",
    "examples/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An opinionated API Framework for building AWS Lambda HTTP endpoints."
homepage = "https://crates.io/crates/lambda-forge"
documentation = "https://docs.rs/lambda-forge/latest/lambda-forge/index.html"
readme = "README.md"
keywords = [
    "API",
    "Framework",
    "Lambda",
    "Serverless",
]
license = "MIT"
repository = "https://git.byte-forge.io/ByteForge/lambda-forge"

[features]
db = ["sqlx"]
default = []

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

[dependencies.lambda_http]
version = "1.0.2"

[dependencies.or-panic]
version = "1.0.2"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
    "uuid",
    "chrono",
]
optional = true