durable-lambda-core 1.2.0

Core replay engine, types, and operation logic for AWS Lambda durable execution in Rust
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-core"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core replay engine, types, and operation logic for AWS Lambda durable execution in Rust"
homepage = "https://github.com/pgdad/durable-rust"
documentation = "https://docs.rs/durable-lambda-core"
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_core"
path = "src/lib.rs"

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

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

[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.blake2]
version = "0.10"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-test]
version = "0.2"