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