action-derive 0.0.1

GitHub actions toolkit
Documentation
[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 = "1"

[features]
default = []

[lib]
proc-macro = true

[package]
authors = ["romnn <contact@romnn.com>"]
categories = []
description = "GitHub actions toolkit"
documentation = "https://docs.rs/action-derive"
edition = "2021"
exclude = []
homepage = "https://github.com/romnn/action-rs"
keywords = ["actions", "ci-cd", "github", "toolkit"]
license-file = "LICENSE"
name = "action-derive"
publish = true
readme = "README.md"
repository = "https://github.com/romnn/action-rs"
resolver = "1"
version = "0.0.1"
[package.metadata.cargo-feature-combinations]
denylist = ["default"]