# 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-invoke" 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_invoke" path = "src/lib.rs" [dependencies.base64] version = "0.21.2" [dependencies.cargo-lambda-remote] version = "1.5.0" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.miette] version = "5.10.0" [dependencies.reqwest] version = "0.11.10" features = ["rustls-tls-native-roots"] default-features = false [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.tracing] version = "0.1" features = ["log"] [dev-dependencies.tokio] version = "1.18.2" features = [ "macros", "test-util", ]