report-test 0.5.2

A simple interface to get a local SGX attestation (“report”). This is useful for testing remote attestation.
Documentation
# 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]
name = "report-test"
version = "0.5.2"
authors = ["Fortanix, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A simple interface to get a local SGX attestation (“report”).

This is useful for testing remote attestation.
"""
homepage = "https://edp.fortanix.com/"
documentation = "https://edp.fortanix.com/docs/api/report_test/"
readme = "README.md"
keywords = [
    "sgx",
    "enclave",
    "attestation",
    "ereport",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"

[lib]
name = "report_test"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.enclave-runner]
version = "0.8.0"

[dependencies.enclave-runner-sgx]
version = "0.1.0"

[dependencies.sgx-isa]
version = ">=0.4.0, <0.6.0"

[dependencies.sgxs]
version = "0.8.0"