Cargo Features

[dependencies]
tdx-rs = { version = "0.1.5", default-features = false, features = ["analysis"] }
default = analysis

The analysis feature is set by default whenever tdx-rs is added without default-features = false somewhere in the dependency tree.

analysis default

tdx-rs has 2 features without comments.