Cargo Features
[dependencies]
az-snp-vtpm = { version = "0.7.1", default-features = false, features = ["attester", "verifier", "integration_test"] }
- default = attester, verifier
-
These default features are set whenever
az-snp-vtpm
is added without
somewhere in the dependency tree.default-features = false - 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
- integration_test
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.