vta-sdk 0.2.0

SDK for Verifiable Trust Agents operating in Verifiable Trust Communities
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 = "2024"
rust-version = "1.91.0"
name = "vta-sdk"
version = "0.2.0"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for Verifiable Trust Agents operating in Verifiable Trust Communities"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-trust-infrastructure"

[features]
azure-secrets = [
    "dep:azure_security_keyvault_secrets",
    "dep:azure_identity",
    "dep:tokio",
]
client = [
    "dep:reqwest",
    "dep:tracing",
    "dep:uuid",
    "dep:affinidi-tdk",
]
config-session = []
didcomm = [
    "dep:affinidi-tdk",
    "dep:affinidi-did-resolver-cache-sdk",
    "dep:tracing",
    "dep:uuid",
    "dep:tokio",
]
keyring = ["dep:keyring"]
session = [
    "client",
    "didcomm",
    "dep:affinidi-did-resolver-cache-sdk",
    "dep:tokio",
]

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

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

[dependencies.affinidi-tdk]
version = "0.6"
optional = true

[dependencies.azure_identity]
version = "0.33"
optional = true

[dependencies.azure_security_keyvault_secrets]
version = "0.12"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.keyring]
version = "3"
optional = true

[dependencies.multibase]
version = "0.9"

[dependencies.reqwest]
version = "0.13"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "sync",
    "signal",
    "time",
]
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]
optional = true