[package] name = "snphost" version = "0.5.0" authors = ["The VirTEE Project Developers"] edition = "2021" license = "Apache-2.0" homepage = "https://github.com/virtee/snphost" repository = "https://github.com/virtee/snphost" description = "Administrative utility for AMD SEV-SNP" readme = "README.md" keywords = ["amd", "sev", "snp"] categories = ["os", "os::linux-apis", "parsing", "cryptography", "hardware-support"] exclude = [ ".gitignore", ".github/*" ] rust-version = "1.74" [badges] # See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section github = { repository = "virtee/snphost", workflow = "test" } #github = { repository = "virtee/snphost", workflow = "lint" } maintenance = { status = "actively-developed" } is-it-maintained-issue-resolution = { repository = "virtee/snphost" } is-it-maintained-open-issues = { repository = "virtee/snphost" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.83" sev = { version = "4.0.0", features = ['openssl']} env_logger = "0.10.1" clap = { version = "4.5", features = [ "derive" ] } colorful = "0.2.2" libc = "0.2.154" curl = "0.4" msru = "0.2.0"