# 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 = "2018" name = "cargo-aws-lambda" version = "0.3.0" authors = ["Vesa Vilhonen "] description = "Cross-compile, package and deploy AWS Lambda functions with only docker as a dependency using cargo aws-lambda." homepage = "https://github.com/vvilhonen/cargo-aws-lambda" documentation = "https://docs.rs/crate/cargo-aws-lambda" readme = "README.md" keywords = ["aws", "lambda", "deploy", "package"] categories = ["command-line-utilities", "development-tools"] license = "Apache-2.0/MIT" repository = "https://github.com/vvilhonen/cargo-aws-lambda" [dependencies.bytes] version = "0.4.12" [dependencies.rusoto_core] version = "0.42.0" [dependencies.rusoto_lambda] version = "0.42.0" [dependencies.rusoto_logs] version = "0.42.0" [dependencies.serde] version = "1.0.100" [dependencies.serde_json] version = "1.0.40" [dependencies.structopt] version = "0.3.3" [dependencies.toml] version = "0.5.3"