attestation_verifier 0.1.1

Minimal Intel TDX quote verification crate for raw quotes, hex, or wrapped TDX JSON payloads
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 = "2021"
name = "attestation_verifier"
version = "0.1.1"
authors = ["protocolwhisper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Intel TDX quote verification crate for raw quotes, hex, or wrapped TDX JSON payloads"
documentation = "https://docs.rs/attestation_verifier"
readme = "README.md"
keywords = [
    "tdx",
    "attestation",
    "dcap",
    "quote",
    "verification",
]
categories = [
    "cryptography",
    "authentication",
]
license = "MIT"

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

[[example]]
name = "verify_example"
path = "examples/verify_example.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.dcap-qvl]
version = "0.3.12"
features = [
    "std",
    "ring",
    "report",
]
default-features = false

[dependencies.hex]
version = "0.4.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.tokio]
version = "1.50"
features = [
    "macros",
    "rt-multi-thread",
]