[dependencies.indexmap]
features = ["serde"]
version = "2.11.4"
[dependencies.self_cell]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.insta]
version = "1.43.2"
[lib]
name = "github_actions_models"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "warn"
needless_lifetimes = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"
use_debug = "warn"
[package]
authors = ["William Woodruff <william@yossarian.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components"
edition = "2024"
homepage = "https://docs.zizmor.sh"
keywords = ["github", "ci"]
license = "MIT"
name = "github-actions-models"
readme = "README.md"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/github-actions-models"
resolver = "2"
version = "0.40.0"
[[test]]
name = "test_action"
path = "tests/test_action.rs"
[[test]]
name = "test_dependabot_v2"
path = "tests/test_dependabot_v2.rs"
[[test]]
name = "test_workflow"
path = "tests/test_workflow.rs"