# 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 = "cloud_task_executor" version = "0.1.4" authors = ["aprchen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Cloud Task Executor is a versatile and powerful framework designed to simplify the execution of tasks in cloud environments such as AWS Lambda and Alibaba Cloud Function Compute (FC). It provides a unified interface for registering and executing tasks, managing execution contexts, and handling pre- and post-execution actions. This flexibility allows developers to focus on the core logic of their tasks without worrying about the underlying cloud infrastructure." readme = "README.md" keywords = [ "task", "lambda", "fc", "alibaba", "aws", ] license = "MIT" repository = "https://github.com/aprchen/cloud_task_executor" [lib] name = "cloud_task_executor" path = "src/lib.rs" [[bin]] name = "cloud_task_executor_example" path = "example/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.cte_basic_macros] version = "0.1.0" [dependencies.futures] version = "0.3.30" [dependencies.lambda_runtime] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.serde] version = "1.0.143" [dependencies.serde_json] version = "1.0.120" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.39.1" [dependencies.warp] version = "0.3"