# 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 = "actions-digest" version = "0.2.2" authors = ["Hendrik Maus "] description = "Resolve GitHub Action steps from git-ref to commit-sha" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = ["derive", "color", "suggestions", "env", "wrap_help"] [dependencies.lazy_static] version = "1" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["blocking", "json", "rustls-tls"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2" [dev-dependencies.pretty_assertions] version = "1.1" [dev-dependencies.rstest] version = "0.12"