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