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

[dependencies.indicatif]
version = "0.17.2"

[dependencies.inquire]
version = "0.5.2"

[dependencies.is-terminal]
version = "0.4.0"

[dependencies.miette]
version = "5.10.0"

[dependencies.tokio]
version = "1.18.2"
features = [
    "io-util",
    "process",
]

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