# 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 = "2018" rust-version = "1.51" name = "sevctl" version = "0.4.3" authors = ["The Enarx/VirTEE Project Developers"] exclude = [ ".gitignore", ".github/*", ] description = "Administrative utility for AMD SEV" homepage = "https://github.com/virtee/sevctl" readme = "README.md" keywords = [ "amd", "sev", ] categories = [ "os", "os::linux-apis", "parsing", "cryptography", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/virtee/sevctl" [dependencies.anyhow] version = "1.0.57" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "1.3.3" [dependencies.bitfield] version = "0.14.0" [dependencies.codicon] version = "3.0" [dependencies.colorful] version = "0.2.2" [dependencies.env_logger] version = "0.8.4" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4" [dependencies.msru] version = "0.2.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.proc-macro2] version = "1.0.60" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sev] version = "1.2.0" features = [ "sev", "openssl", ] default-features = false [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.29.1" features = ["rt-multi-thread"] [dependencies.uuid] version = "1.3.2" [dev-dependencies.tempfile] version = "3.5.0" [badges.github] repository = "virtee/sevctl" workflow = "test" [badges.is-it-maintained-issue-resolution] repository = "virtee/sevctl" [badges.is-it-maintained-open-issues] repository = "virtee/sevctl" [badges.maintenance] status = "actively-developed"