[package]
edition = "2021"
name = "pqap"
version = "0.0.1"
authors = ["Jeremy Dodson <jeremy@piqued-ai.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forge Attestation Provider — Supply-chain attestation: verifies (and produces) per-unit manifests (PCB serial, batch ID, SE/MCU lot numbers, firmware manifest, build provenance) per in-toto v1.0 / SLSA v1.0. Manifests published to a transparency log; serial-plate short-hash for visual verification."
homepage = "https://pqdc.dev/pqap"
readme = false
keywords = [
"pqdc",
"pqdx",
"governance",
"developer-tools",
]
categories = ["development-tools"]
license = "LicenseRef-Proprietary"
repository = "https://github.com/pqdc/pqap"
[lib]
name = "pqap"
path = "src/lib.rs"