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