cargo-lambda-remote 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-remote"
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_remote"
path = "src/lib.rs"

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

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

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

[dependencies.aws-types]
version = "1.3.3"

[dependencies.clap]
version = "4.4.2"
features = ["derive"]

[dependencies.dirs]
version = "4"

[dependencies.miette]
version = "5.10.0"

[dependencies.rustls]
version = "0.23.17"

[dependencies.rustls-pki-types]
version = "1.10.0"

[dependencies.rustls-platform-verifier]
version = "0.5.1"

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

[dependencies.thiserror]
version = "1.0.31"

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

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

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