cargo-lambda-build 1.9.1

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-build"
version = "1.9.1"
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_build"
path = "src/lib.rs"

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

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

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

[dependencies.cargo-options]
version = "0.7.5"
features = ["serde"]

[dependencies.cargo-zigbuild]
version = "0.20.1"

[dependencies.chrono]
version = "0.4.38"
features = ["clock"]
default-features = false

[dependencies.chrono-humanize]
version = "0.2.3"

[dependencies.miette]
version = "5.10.0"

[dependencies.object]
version = "0.28.4"

[dependencies.rustc_version]
version = "0.4.0"

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

[dependencies.sha2]
version = "0.10.2"

[dependencies.tempfile]
version = "3.3.0"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.toml]
version = "0.8.19"

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

[dependencies.walkdir]
version = "2.4.0"

[dependencies.which]
version = "4.2.5"

[dependencies.zip]
version = "2"
features = [
    "bzip2",
    "chrono",
    "deflate",
]

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

[dev-dependencies.rstest]
version = "0.21.0"

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