durable-lambda-testing 1.2.0

MockDurableContext and assertion helpers for testing durable Lambda handlers without AWS credentials
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-testing"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MockDurableContext and assertion helpers for testing durable Lambda handlers without AWS credentials"
homepage = "https://github.com/pgdad/durable-rust"
documentation = "https://docs.rs/durable-lambda-testing"
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_testing"
path = "src/lib.rs"

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

[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.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

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