[package]
edition = "2021"
name = "aigp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AIGP — AI Governance Proof. Open standard for proving your AI agents used the approved policies, prompts, and tools."
homepage = "https://open-aigp.org"
documentation = "https://docs.rs/aigp"
readme = "README.md"
keywords = [
"aigp",
"ai-governance",
"governance",
"audit",
"tracing",
]
categories = [
"api-bindings",
"authentication",
]
license = "Apache-2.0"
repository = "https://github.com/open-aigp/aigp"
[lib]
name = "aigp"
path = "src/lib.rs"
[dependencies]