vta-tee 0.4.2

VTA TEE bootstrap — Nitro/SEV-SNP attestation providers, KMS attest/decrypt + storage-key derivation, the anchor MAC, and first-boot DID autogen
# 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-tee"
version = "0.4.2"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VTA TEE bootstrap — Nitro/SEV-SNP attestation providers, KMS attest/decrypt + storage-key derivation, the anchor MAC, and first-boot DID autogen"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-trust-infrastructure"

[features]
tenant-overlay = ["dep:tokio-vsock"]

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

[dependencies.aes]
version = "0.9"

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

[dependencies.aws-config]
version = "1"
features = [
    "behavior-version-latest",
    "default-https-client",
    "rt-tokio",
    "credentials-process",
    "sso",
]
default-features = false

[dependencies.aws-lc-rs]
version = "1"

[dependencies.aws-sdk-dynamodb]
version = "1"
features = [
    "default-https-client",
    "rt-tokio",
]
default-features = false

[dependencies.aws-sdk-kms]
version = "1"
features = [
    "default-https-client",
    "rt-tokio",
]
default-features = false

[dependencies.aws-smithy-types]
version = ">=1.6.1, <1.7"

[dependencies.base64]
version = "0.23"

[dependencies.bip39]
version = "2"

[dependencies.cbc]
version = "0.2"

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

[dependencies.didwebvh-rs]
version = "0.7"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

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

[dependencies.tokio-vsock]
version = "0.7"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "5"
features = [
    "axum_extras",
    "chrono",
    "uuid",
]

[dependencies.vta-config]
version = "0.6"
features = ["tee"]

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

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

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

[dependencies.vti-common]
version = "0.25"
features = [
    "encryption",
    "openapi",
]

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

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

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