# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "az-cvm-vtpm" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Package with shared code for Azure Confidential VMs" readme = "README.md" keywords = [ "azure", "tpm", "sev-snp", "tdx", ] categories = [ "cryptography", "virtualization", ] license = "MIT" repository = "https://github.com/kinvolk/azure-cvm-tooling/" [lib] name = "az_cvm_vtpm" path = "src/lib.rs" [dependencies.bincode] version = "1.3.1" [dependencies.jsonwebkey] version = "0.3.5" features = ["pkcs-convert"] [dependencies.memoffset] version = "0.9.0" [dependencies.openssl] version = "0.10" optional = true [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde-big-array] version = "0.5.1" [dependencies.serde_json] version = "1.0.107" [dependencies.sev] version = "4.0.0" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "2.0.3" [dependencies.tss-esapi] version = "7.5.1" optional = true [dependencies.zerocopy] version = "0.7.26" features = ["derive"] [features] attester = ["tpm"] default = [ "attester", "verifier", ] tpm = ["tss-esapi"] verifier = [ "openssl", "sev/openssl", "tpm", ]