lambda-appsync 0.10.0

A type-safe framework for AWS AppSync Direct Lambda resolvers
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.82.0"
name = "lambda-appsync"
version = "0.10.0"
authors = ["Jérémie RODON <jeremie.rodon@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-safe framework for AWS AppSync Direct Lambda resolvers"
documentation = "https://docs.rs/lambda-appsync"
readme = "README.md"
keywords = [
    "aws",
    "appsync",
    "lambda",
    "graphql",
    "serverless",
]
categories = [
    "web-programming",
    "api-bindings",
    "development-tools::procedural-macro-helpers",
]
license = "MIT"
repository = "https://github.com/RustyServerless/lambda-appsync"

[features]
compat = [
    "dep:aws-config",
    "lambda-appsync-proc/compat",
]
default = []
env_logger = [
    "log",
    "compat",
    "dep:env_logger",
    "lambda-appsync-proc/env_logger",
]
log = [
    "dep:log",
    "lambda-appsync-proc/log",
]
tracing = [
    "log",
    "dep:tracing",
    "dep:tracing-subscriber",
    "lambda-appsync-proc/tracing",
]

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

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

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

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

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

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

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

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

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

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

[dependencies.aws-config]
version = "1.5"
features = ["behavior-version-latest"]
optional = true

[dependencies.aws-smithy-types]
version = "1.3"

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.lambda-appsync-proc]
version = "0.10.0"
default-features = false

[dependencies.lambda_runtime]
version = "1.0"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["macros"]

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]
optional = true

[dependencies.uuid]
version = "1.11"
features = ["v4"]

[dev-dependencies.aws-sdk-dynamodb]
version = "1.59"