trust-tasks-proof 0.2.1

Pluggable ProofVerifier implementations for the Trust Tasks framework. Backends are gated by Cargo features; ships with an Affinidi Data Integrity backend (EdDSA suites) by default.
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.95"
name = "trust-tasks-proof"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pluggable ProofVerifier implementations for the Trust Tasks framework. Backends are gated by Cargo features; ships with an Affinidi Data Integrity backend (EdDSA suites) by default."
readme = "README.md"
keywords = [
    "trust-tasks",
    "data-integrity",
    "did",
    "proof",
]
categories = [
    "cryptography",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/trustoverip/dtgwg-trust-tasks-tf"

[features]
affinidi = [
    "dep:affinidi-data-integrity",
    "dep:affinidi-crypto",
    "dep:affinidi-encoding",
    "dep:affinidi-did-resolver-cache-sdk",
]
default = ["affinidi"]

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

[[test]]
name = "cached_resolver"
path = "tests/cached_resolver.rs"

[[test]]
name = "round_trip"
path = "tests/round_trip.rs"

[dependencies.affinidi-crypto]
version = "0.2"
optional = true

[dependencies.affinidi-data-integrity]
version = "0.7"
optional = true

[dependencies.affinidi-did-resolver-cache-sdk]
version = "0.8"
optional = true

[dependencies.affinidi-encoding]
version = "0.1"
optional = true

[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.trust-tasks-rs]
version = "0.2"

[dev-dependencies.affinidi-did-common]
version = "0.3"

[dev-dependencies.affinidi-secrets-resolver]
version = "0.5"

[dev-dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]