[dependencies.bitflags]
version = "1.3"
[dependencies.iced-x86]
default-features = false
features = ["no_std", "decoder", "gas"]
version = "1.21.0"
[dependencies.raw-cpuid]
version = "10"
[dependencies.x86_64]
version = "0.14.10"
[lib]
name = "tdx_guest"
path = "src/lib.rs"
[package]
authors = ["Hsy-Intel <siyuan.hui@intel.com>", "Edmund Song <edmund.song@intel.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.9"