# 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 = "2018" name = "gha-runner" version = "0.2.0" authors = ["Robert O'Callahan "] description = "Run Github Actions workflows locally or on a custom backend" homepage = "https://pernos.co" documentation = "https://docs.rs/gha-runner" readme = "README.md" keywords = [ "github", "actions", ] categories = [ "development-tools", "development-tools::testing", ] license-file = "LICENSE" repository = "https://github.com/Pernosco/gha-runner" [dependencies.backtrace] version = "0.3" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.linked-hash-map] version = "0.5" features = ["serde_impl"] [dependencies.log] version = "0.4" [dependencies.octocrab] version = "0.38" features = [ "default-client", "rustls", "rustls-webpki-tokio", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = [ "process", "macros", "rt", "io-util", ] [dependencies.url] version = "2" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.env_logger] version = "0.11"