[package]
edition = "2024"
rust-version = "1.95.0"
name = "vta-webvh"
version = "0.2.13"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebVH hosting infrastructure for the VTA — the DID-record store, the HTTP client to a did:webvh hosting server, and its DID-auth handshake"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-trust-infrastructure"
[lib]
name = "vta_webvh"
path = "src/lib.rs"
[dependencies.affinidi-tdk]
version = "0.16"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.reqwest]
version = "0.13"
features = ["json"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2"
[dependencies.vta-keyspaces]
version = "0.2"
[dependencies.vta-sdk]
version = "0.42"
[dependencies.vti-common]
version = "0.19"
[dependencies.zeroize]
version = "1"
features = ["derive"]
[dev-dependencies.ed25519-dalek]
version = "3"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1.49"
features = [
"rt-multi-thread",
"macros",
"net",
"sync",
"signal",
"time",
]
[dev-dependencies.wiremock]
version = "0.6"