# 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.4.0" authors = ["Fortanix, Inc."] 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" [dependencies.anyhow] version = "1.0" [dependencies.enclave-runner] version = "0.6.0" [dependencies.sgx-isa] version = "0.4.0" [dependencies.sgxs] version = "0.8.0"