# 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-metadata" 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_metadata" path = "src/lib.rs" [dependencies.aws-sdk-lambda] version = "1.17.0" [dependencies.cargo_metadata] version = "0.15.3" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.env-file-reader] version = "0.3.0" [dependencies.miette] version = "4.7.1" [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"] [dependencies.urlencoding] version = "2.1.3"