# 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-protocol" version = "1.0.0" 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 = "1.0.0" [dependencies.astro-run-scheduler] version = "0.1.3" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.23" [dependencies.prost] version = "0.11.9" [dependencies.prost-types] version = "0.11.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tonic] version = "0.9.2" [build-dependencies.proto] version = "0.1.2" [build-dependencies.tonic-build] version = "0.9.2" [features] astro-run-remote-runner = [] astro-run-server = []