[package]
edition = "2024"
name = "github-actions"
version = "0.0.5"
authors = ["Danil Akhtarov <daxartio@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for developing custom GitHub Actions"
readme = "README.md"
license = "MIT"
repository = "https://github.com/daxartio/github-actions"
[features]
all = ["uuid"]
default = []
uuid = ["dep:uuid"]
[lib]
name = "github_actions"
path = "src/lib.rs"
[[example]]
name = "main"
path = "examples/main.rs"
[dependencies.uuid]
version = "1.23.1"
features = ["v4"]
optional = true