vta-backup 0.1.5

VTA backup/restore subsystem — encrypted full-state export/import, the sealed backup-bundle store, and its TTL sweeper
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.95.0"
name = "vta-backup"
version = "0.1.5"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VTA backup/restore subsystem — encrypted full-state export/import, the sealed backup-bundle store, and its TTL sweeper"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-trust-infrastructure"

[features]
tee = [
    "vta-config/tee",
    "dep:async-trait",
]
webvh = ["vta-keyspaces/webvh"]

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.argon2]
version = "0.5"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.subtle]
version = "2.6"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.vta-config]
version = "0.3"

[dependencies.vta-keys]
version = "0.2"

[dependencies.vta-keyspaces]
version = "0.1"

[dependencies.vta-sdk]
version = "0.21"

[dependencies.vta-support]
version = "0.2"

[dependencies.vti-common]
version = "0.11"

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.toml]
version = "1"

[dev-dependencies.vta-webvh]
version = "0.1"