[dependencies]
[features]
default = []
[lib]
name = "action_model"
path = "src/lib.rs"
[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-model"
edition = "2024"
homepage = "https://github.com/romnn/action-rs"
keywords = ["actions", "ci-cd", "github", "toolkit", "model"]
license = "MIT"
name = "action-model"
publish = true
readme = "README.md"
repository = "https://github.com/romnn/action-rs"
resolver = "2"
version = "0.0.9"
[package.metadata.cargo-feature-combinations]
exclude_features = ["default"]
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]