[package] name = "tdx_dump_core" version = "0.2.3" edition = "2021" authors = ["chanmaoganda "] description = "A Rust library for parsing TDX files" license = "GPL-3.0" repository = "https://github.com/chanmaoganda/TdxDumpCore" [dependencies] anyhow = "1.0.89" byteorder = "1.5.0" serde = { version = "^1.0", features = ["derive"] } # iter_tools = "0.21.0" # ta = { version = "0.5.0", optional = true } [features] default = [] # macd = ["dep:ta"] macd = [] origin_data = []