[package]
edition = "2021"
name = "idprova-verify"
version = "0.1.0"
authors = ["Pratyush Sood <hello@techblaze.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IDProva verification utilities — DAT and receipt log verification"
homepage = "https://idprova.dev"
documentation = "https://docs.rs/idprova-verify"
readme = "README.md"
keywords = [
"identity",
"ai-agent",
"verification",
"delegation",
"audit",
]
categories = [
"authentication",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/techblaze-au/idprova"
[lib]
name = "idprova_verify"
path = "src/lib.rs"
[dependencies.idprova-core]
version = "0.1.0"
[dependencies.thiserror]
version = "1"
[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.ulid]
version = "1"