# 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 = "2021" rust-version = "1.74.0" name = "cargo-lambda-deploy" version = "1.5.0" authors = ["David Calavera"] build = 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" [lib] name = "cargo_lambda_deploy" path = "src/lib.rs" [dependencies.aws-sdk-iam] version = "1.17.0" [dependencies.aws-sdk-s3] version = "1.17.0" [dependencies.aws-sdk-sts] version = "1.17.0" [dependencies.aws-smithy-types] version = "1.1.8" [dependencies.cargo-lambda-build] version = "1.5.0" [dependencies.cargo-lambda-interactive] version = "1.5.0" [dependencies.cargo-lambda-metadata] version = "1.5.0" [dependencies.cargo-lambda-remote] version = "1.5.0" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.miette] version = "5.10.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.tokio] version = "1.18.2" features = ["time"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.uuid] version = "1.5.0" features = ["v4"]