durable-lambda-builder 1.2.0

Builder-pattern API style for AWS Lambda durable execution workflows
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"
name = "durable-lambda-builder"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Builder-pattern API style for AWS Lambda durable execution workflows"
homepage = "https://github.com/pgdad/durable-rust"
documentation = "https://docs.rs/durable-lambda-builder"
readme = "README.md"
keywords = [
    "aws",
    "lambda",
    "durable-execution",
    "serverless",
    "workflow",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pgdad/durable-rust"

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

[dependencies.aws-config]
version = "1.8.15"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-lambda]
version = "1.119.0"

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

[dependencies.durable-lambda-core]
version = "1.2.0"

[dependencies.lambda_runtime]
version = "1.1.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "full",
    "test-util",
    "macros",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"