# 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" version = "1.0.0" authors = ["wokeyifrontend@gmail"] description = "A highly customizable workflow orchestrator" 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" [lib] name = "astro_run" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.erased-serde] version = "0.4.5" [dependencies.glob] version = "0.3.1" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.17" [dependencies.octocrate] version = "2.0.0" features = [ "apps", "pulls", "repos", ] [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.17" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.32.0" features = [ "sync", "macros", "process", "fs", "io-util", "rt-multi-thread", "time", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.typetag] version = "0.2.8" [dependencies.uuid] version = "1.4.1" features = [ "serde", "v4", ] [dev-dependencies.astro-run-logger] version = "0.1.3" [dev-dependencies.dotenv] version = "0.15.0"