# 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-tdx-vtpm" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "vTPM based TDX attestation for Azure Confidential VMs" readme = "README.md" keywords = [ "azure", "tpm", "tdx", ] categories = [ "cryptography", "virtualization", ] license = "MIT" repository = "https://github.com/kinvolk/azure-cvm-tooling/" [lib] name = "az_tdx_vtpm" path = "src/lib.rs" [[bin]] name = "tdx-vtpm" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.az-cvm-vtpm] version = "0.7.1" [dependencies.base64-url] version = "3.0.0" [dependencies.bincode] version = "1.3.1" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "2.0.3" [dependencies.ureq] version = "2.6.2" features = ["json"] default-features = false [dependencies.zerocopy] version = "0.7.26" features = ["derive"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.openssl] version = "0.10" [features] attester = [] default = [ "attester", "verifier", ] integration_test = [] verifier = ["az-cvm-vtpm/verifier"]