durable-execution-sdk-testing 0.1.0-alpha2

Testing utilities for AWS Durable Execution SDK
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-execution-sdk-testing"
version = "0.1.0-alpha2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities for AWS Durable Execution SDK"
readme = "README.md"
keywords = [
    "aws",
    "lambda",
    "durable",
    "testing",
    "workflow",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/awslabs/durable-execution-sdk-rust"

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

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

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

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

[dependencies.aws-config]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "serde",
    "clock",
]
default-features = false

[dependencies.durable-execution-sdk]
version = "0.1.0-alpha2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "sync",
    "time",
    "rt-multi-thread",
    "test-util",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.regex]
version = "1.10"

[dev-dependencies.tokio-test]
version = "0.4"