# 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 = "gha_main_core" version = "0.0.5" authors = ["Alexander van Saase "] description = "Convenience macros for writing GitHub Actions in Rust" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/avsaase/gha_main" [dependencies.anyhow] version = "1.0.71" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "2.0.16" features = ["full"] [dependencies.uuid] version = "1.3.3" features = ["v4"]