vtc-client 0.7.5

Client SDK for Verifiable Trust Communities (VTC) — auth, members, join, removal, policies
# 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.95.0"
name = "vtc-client"
version = "0.7.5"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client SDK for Verifiable Trust Communities (VTC) — auth, members, join, removal, policies"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-trust-infrastructure"

[features]
default = []
didcomm = [
    "vta-sdk/client",
    "vta-sdk/didcomm",
]
mls = ["vti-rooms/mls"]
tsp = [
    "didcomm",
    "vta-sdk/tsp",
]

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

[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.thiserror]
version = "2"

[dependencies.trust-tasks-rs]
version = "0.22.3"
features = [
    "validate",
    "all-specs",
]
default-features = false

[dependencies.vta-sdk]
version = "0.52"
features = ["session"]

[dependencies.vti-rooms]
version = "0.2"

[dev-dependencies.tokio]
version = "1.49"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "sync",
    "signal",
    "time",
]

[lints.clippy]
needless_pass_by_value = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"