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