# 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 = "astro-run-server" version = "0.1.6" authors = ["wokeyifrontend@gmail"] description = "AstroRun is a highly customizable workflow orchestrator that allows users to define their own core runners. Whether it's Docker or other platforms, AstroRun empowers users to run workflows with ease and flexibility." homepage = "https://github.com/panghu-huang/astro-run" readme = "README.md" keywords = [ "workflow", "runner", "automation", "docker", "CI", ] license = "MIT" repository = "https://github.com/panghu-huang/astro-run" [dependencies.astro-run] version = "0.1.5" [dependencies.astro-run-protocol] version = "0.1.5" features = ["astro-run-server"] [dependencies.astro-run-scheduler] version = "0.1.2" [dependencies.chrono] version = "0.4.23" [dependencies.log] version = "0.4.17" [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.32.0" features = [ "sync", "macros", "process", "fs", "io-util", "rt-multi-thread", "time", ] [dependencies.tokio-stream] version = "0.1.14" [dev-dependencies]