# 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" name = "dcap-retrieve-pckid" version = "0.2.0" authors = ["Fortanix, Inc."] description = """ A retrieval tool for the SGX PCK ID that works with AESM. """ homepage = "https://edp.fortanix.com/" readme = "README.md" keywords = [ "sgx", "dcap", "pck", "aesm", "aesmd", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/fortanix/rust-sgx" resolver = "2" [dependencies.aesm-client] version = "0.6.0" features = ["sgxs"] [dependencies.anyhow] version = "1.0" [dependencies.dcap-ql] version = "0.4.0" default-features = false [dependencies.report-test] version = "0.4.0" [dependencies.sgx-isa] version = "0.4.0" [dependencies.sgxs-loaders] version = "0.4.0"