# 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.74" name = "snphost" version = "0.5.0" authors = ["The VirTEE Project Developers"] exclude = [ ".gitignore", ".github/*", ] description = "Administrative utility for AMD SEV-SNP" homepage = "https://github.com/virtee/snphost" readme = "README.md" keywords = [ "amd", "sev", "snp", ] categories = [ "os", "os::linux-apis", "parsing", "cryptography", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/virtee/snphost" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.colorful] version = "0.2.2" [dependencies.curl] version = "0.4" [dependencies.env_logger] version = "0.10.1" [dependencies.libc] version = "0.2.154" [dependencies.msru] version = "0.2.0" [dependencies.sev] version = "4.0.0" features = ["openssl"] [badges.github] repository = "virtee/snphost" workflow = "test" [badges.is-it-maintained-issue-resolution] repository = "virtee/snphost" [badges.is-it-maintained-open-issues] repository = "virtee/snphost" [badges.maintenance] status = "actively-developed"