Cargo Features

[dependencies]
az-snp-vtpm = { version = "0.5.2", default-features = false, features = ["attester", "verifier"] }
default = attester, verifier

These default features are set whenever az-snp-vtpm is added without default-features = false somewhere in the dependency tree.

attester default

Affects az-snp-vtpm::imds

Required by the snp-vtpm binary

verifier default = openssl

Enables openssl of az-cvm-vtpm, tls of ureq

Affects az-snp-vtpm::amd_kds, az-snp-vtpm::certs, report::Validateable

Required by the snp-vtpm binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

openssl verifier