# 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" name = "run-command-on-aws-lambda" version = "1.1.0" description = "Run an arbitrary command line on AWS Lambda" homepage = "https://github.com/bruceadams/run-command-on-aws-lambda" readme = "README.md" keywords = [ "aws", "cli", "lambda", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/bruceadams/run-command-on-aws-lambda" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.async-process] version = "1.3.0" [dependencies.lambda_runtime] version = "0.5.1" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1.18.0"