[package]
edition = "2021"
rust-version = "1.88"
name = "taudit-parse-bitbucket"
version = "3.0.1"
authors = ["Ryan Tilcock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parses Bitbucket Pipelines 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-bitbucket"
readme = "README.md"
keywords = [
"bitbucket",
"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_bitbucket"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_yaml]
version = "0.9"
[dependencies.taudit-core]
version = "3.0.1"