[[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]
features = ["vendored"]
version = "0.10"
[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"
[lib]
name = "cloud_task_executor"
path = "src/lib.rs"
[package]
authors = ["aprchen <ott321@yeah.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = 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."
edition = "2021"
keywords = ["task", "lambda", "fc", "alibaba", "aws"]
license = "MIT"
name = "cloud_task_executor"
readme = "README.md"
repository = "https://github.com/aprchen/cloud_task_executor"
version = "0.1.4"