# 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-shared" version = "0.1.0-dev.1" 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." keywords = [ "workflow", "runner", "automation", "docker", "CI", ] license = "MIT" [lib] name = "astro_run_shared" path = "src/lib.rs" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.octocrate] version = "0.1.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.25.0" features = [ "sync", "macros", "process", "fs", "io-util", "rt-multi-thread", "time", ] [dependencies.tokio-stream] version = "0.1.14"