taudit-parse-bitbucket 3.0.1

Parses Bitbucket Pipelines YAML into taudit typed authority graphs for CI/CD propagation and trust-boundary analysis.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"