cargo-lambda-deploy 1.9.0

Cargo subcommand to work with AWS Lambda
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"
rust-version = "1.85.0"
name = "cargo-lambda-deploy"
version = "1.9.0"
authors = ["David Calavera"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand to work with AWS Lambda"
homepage = "https://github.com/cargo-lambda/cargo-lambda"
readme = "README.md"
keywords = [
    "cargo",
    "subcommand",
    "aws",
    "lambda",
]
license = "MIT"
repository = "https://github.com/cargo-lambda/cargo-lambda"
resolver = "2"

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

[dependencies.aws-sdk-cloudwatchlogs]
version = "1.54.0"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-iam]
version = "1.54.0"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-s3]
version = "1.61.0"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-sts]
version = "1.52.0"
features = ["behavior-version-latest"]

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

[dependencies.cargo-lambda-build]
version = "1.9.0"

[dependencies.cargo-lambda-interactive]
version = "1.9.0"

[dependencies.cargo-lambda-metadata]
version = "1.9.0"

[dependencies.cargo-lambda-remote]
version = "1.9.0"

[dependencies.miette]
version = "5.10.0"

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

[dependencies.serde_json]
version = "1.0.81"

[dependencies.tokio]
version = "1.18.2"
features = ["time"]

[dependencies.tracing]
version = "0.1"
features = ["log"]

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

[dev-dependencies.assertables]
version = "9.0.0"

[dev-dependencies.aws-credential-types]
version = "1.2.1"

[dev-dependencies.aws-smithy-runtime]
version = "1.7.5"
features = ["test-util"]

[dev-dependencies.base64]
version = "0.21.2"

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

[dev-dependencies.serde_json]
version = "1.0.81"

[dev-dependencies.serde_urlencoded]
version = "0.7.1"

[dev-dependencies.tempfile]
version = "3.3.0"

[dev-dependencies.tokio]
version = "1.18.2"
features = [
    "macros",
    "rt",
]