# 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" rust-version = "1.70.0" name = "sev_attest_tool" version = "0.1.0" authors = [ "Samir Menon ", "Neil Movva ", ] description = "Rust implementation of SEV-SNP attestation verification" homepage = "https://blyss.dev" readme = "README.md" keywords = [ "sev-snp", "sev", "amd", "attestation", "cryptography", ] categories = ["cryptography"] license = "MIT" [[bin]] name = "sev_attest_tool" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "0.10.57" [dependencies.reqwest] version = "0.11.20" features = ["blocking"] [dependencies.serde] version = "1.0.0" [dependencies.serde_json] version = "1.0.0" [dependencies.sev] version = "1.2.1" features = ["openssl"]