awsim-lambda 0.4.1

AWSim Lambda service emulator
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 = "2024"
name = "awsim-lambda"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWSim Lambda service emulator"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/QaidVoid/awsim"

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

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

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

[dependencies.awsim-core]
version = "0.4.1"

[dependencies.awsim-iam-policy]
version = "0.4.1"

[dependencies.base64]
version = "0.22"

[dependencies.dashmap]
version = "6"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.tracing]
version = "0.1"

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

[dependencies.zip]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = ["full"]