[package]
edition = "2021"
rust-version = "1.88"
name = "taudit-parse-gha"
version = "3.0.1"
authors = ["Ryan Tilcock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parses GitHub Actions YAML into taudit typed authority graphs for CI/CD propagation and trust-boundary analysis."
homepage = "https://github.com/0ryant/taudit"
documentation = "https://docs.rs/taudit-parse-gha"
readme = "README.md"
keywords = [
"github-actions",
"security",
"ci-cd",
"authority-graph",
"devsecops",
]
categories = [
"development-tools",
"development-tools::testing",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/taudit"
[lib]
name = "taudit_parse_gha"
path = "src/lib.rs"
[[bench]]
name = "bench_parse"
path = "benches/bench_parse.rs"
harness = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_yaml]
version = "0.9"
[dependencies.taudit-core]
version = "3.0.1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.criterion]
version = "0.8"