[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_yaml]
version = "0"
[dependencies.syn]
features = ["full"]
version = "2"
[features]
default = []
[lib]
name = "action_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["romnn <contact@romnn.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::build-utils"]
description = "GitHub actions toolkit"
documentation = "https://docs.rs/action-derive"
edition = "2024"
homepage = "https://github.com/romnn/action-rs"
keywords = ["actions", "ci-cd", "github", "toolkit", "derive"]
license = "MIT"
name = "action-derive"
publish = true
readme = "README.md"
repository = "https://github.com/romnn/action-rs"
resolver = "2"
version = "0.0.12"
[package.metadata.cargo-feature-combinations]
exclude_features = ["default"]
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]