report-test 0.1.0

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "report-test"
version = "0.1.0"
authors = ["Fortanix, Inc."]
description = "A simple interface to get a local SGX attestation (“report”).\n\nThis is useful for testing remote attestation.\n"
homepage = "https://edp.fortanix.com/"
documentation = "https://edp.fortanix.com/docs/api/report_test/"
keywords = ["sgx", "enclave", "attestation", "ereport"]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
[dependencies.enclave-runner]
version = "0.1.0"

[dependencies.failure]
version = "0.1.1"

[dependencies.sgx-isa]
version = "0.2.0"

[dependencies.sgxs]
version = "0.6.0"