# 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 = "github-action-runner" version = "1.0.63" authors = ["s00d "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "command-line utility written in Rust for working with GitHub Actions" readme = "README.md" license = "MIT" repository = "https://github.com/s00d/github-action-runner" [[bin]] name = "gar" path = "src/main.rs" [dependencies.clap] version = "4.5.20" [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" features = [] [dependencies.git2] version = "0.19.0" [dependencies.indicatif] version = "0.17.0" [dependencies.libz-sys] version = "1.1.20" features = ["libc"] default-features = false [dependencies.openssl] version = "0.10.68" features = ["vendored"] [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.rodio] version = "0.19.0" features = ["mp3"] optional = true default-features = false [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strsim] version = "0.11.1" [dependencies.tokio] version = "1.41.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.zip] version = "2.2.0" [features] beep = ["rodio"] default = ["beep"]