tdx-guest 0.1.7

The tdx-guest provides a Rust implementation of Intel® Trust Domain Extensions (Intel® TDX) Guest APIs, supporting for TDX Guest specific instructions, structures and functions.
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.iced-x86]
default-features = false
features = ["no_std", "decoder", "gas"]
version = "1.21.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.raw-cpuid]
version = "10"

[dependencies.x86_64]
version = "0.14.10"

[package]
description = "The tdx-guest provides a Rust implementation of Intel® Trust Domain Extensions (Intel® TDX) Guest APIs, supporting for TDX Guest specific instructions, structures and functions."
edition = "2021"
license = "BSD-3-Clause"
name = "tdx-guest"
readme = "README.md"
repository = "https://github.com/intel/tdx-guest"
version = "0.1.7"