[package] name = "tdx-rs" version = "0.1.5" edition = "2021" authors = ["chanmaoganda "] description = "A Rust library for parsing TDX files" license = "GPL-3.0" repository = "https://github.com/chanmaoganda/tdx-rs" [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" } [features] default = ["analysis"] # macd = ["dep:ta"] analysis = []