[package]
name = "tdx-guest"
version = "0.1.7"
edition = "2021"
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."
license = "BSD-3-Clause"
repository = "https://github.com/intel/tdx-guest"
[dependencies]
x86_64 = "0.14.10"
bitflags = "1.3"
raw-cpuid = "10"
lazy_static = "1.4.0"
iced-x86 = { version = "1.21.0", default-features = false, features = [ "no_std", "decoder", "gas" ] }