[package] name = "tdx_attest" version = "0.1.1" edition = "2021" authors = ["Hairong Chen "] description = "A rust crate to retrive TD Report and TDX quote via ioctl" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hairongchen/tdx-attest.git" [lib] name = "tdx_attest" path = "src/tdx_attest.rs" [dependencies] nix = "0.26.2" base64 = "0.13.0" anyhow = "1.0"