taudit-api 0.3.0

Stable wire types for taudit JSON / SARIF / CloudEvents output. Public contract for downstream consumers (tsign, axiom, custom integrations). 0.x: contract is not frozen — review on every minor bump until 1.0.
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-api"
version = "0.3.0"
authors = ["Ryan Tilcock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable wire types for taudit JSON / SARIF / CloudEvents output. Public contract for downstream consumers (tsign, axiom, custom integrations). 0.x: contract is not frozen — review on every minor bump until 1.0."
homepage = "https://github.com/0ryant/taudit"
documentation = "https://github.com/0ryant/taudit/blob/main/USERGUIDE.md"
readme = false
keywords = [
    "security",
    "authority-graph",
    "github-actions",
    "azure-devops",
    "gitlab-ci",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/taudit"

[lib]
name = "taudit_api"
path = "src/lib.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"