[package]
edition = "2021"
rust-version = "1.95"
name = "trust-tasks-capability-client"
version = "0.21.21"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client-side wire helpers for the capability Trust Task families (governance/capability/*, git-trust/*): document builders, envelope parsing, reply classification. Shared by capability producers (community services) and management UIs so the two cannot drift."
readme = false
keywords = [
"trust-tasks",
"capability",
"governance",
"did",
"client",
]
categories = [
"encoding",
"web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/trustoverip/dtgwg-trust-tasks-tf"
[lib]
name = "trust_tasks_capability_client"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.trust-tasks-rs]
version = "0.21"
[dependencies.uuid]
version = "1"
features = ["v4"]
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
"rt-multi-thread",
]