# 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 = "elf_rust" version = "0.1.3" authors = ["aprchen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple task executor for cloud platform" readme = "README.md" keywords = [ "tasks", "lambda", "fc", "alibaba", "aws", ] license = "MIT" repository = "https://github.com/aprchen/elf_rust" [lib] name = "elf_rust" path = "src/lib.rs" [[bin]] name = "elf_example" path = "example/main.rs" [dependencies.chrono] version = "0.4" [dependencies.cloud_task_executor] version = "0.1.4" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.143" [dependencies.serde_json] version = "1.0.82" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1" features = ["full"] [dependencies.warp] version = "0.3"