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

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

[dependencies.anyhow]
version = "1.0.98"

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

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

[dependencies.cargo_metadata]
version = "0.15.3"

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

[dependencies.env-file-reader]
version = "0.3.0"

[dependencies.figment]
version = "0.10.19"
features = [
    "env",
    "test",
    "toml",
]

[dependencies.matchit]
version = "0.8.5"

[dependencies.miette]
version = "5.10.0"

[dependencies.remove_dir_all]
version = "0.7.0"

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

[dependencies.serde_json]
version = "1.0.81"

[dependencies.strum]
version = "0.24.0"

[dependencies.strum_macros]
version = "0.24.0"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.toml]
version = "0.8.19"

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

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

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