[dependencies.byteorder]
version = "1.1.0"
[dependencies.dcap-ql]
features = ["link"]
version = "0.4.0"
[dependencies.env_logger]
version = "0.6"
[dependencies.lazy_static]
version = "1"
[dependencies.log]
version = "0.4"
[dependencies.report-test]
version = "0.4.0"
[dependencies.reqwest]
features = ["blocking"]
version = "0.11"
[dependencies.rustc-serialize]
version = "0.3.24"
[lib]
crate-type = ["cdylib"]
name = "dcap_quoteprov"
[package]
authors = ["Fortanix, Inc."]
categories = ["api-bindings"]
description = """
DCAP quote provider using the Intel Trusted Services API as a backend.
This crate compiles into `libdcap_quoteprov.so`, which is needed as a backend
when using `libsgx_dcap_ql`.
To use this library, the dynamic linker needs to be able to find it. This means
you should install it in your system's library path or set the
`LD_LIBRARY_PATH` environment variable.
You must set your API key in the `OCP_APIM_SUBSCRIPTION_KEY` environment
variable. You can sign up for a service subscription at
https://api.portal.trustedservices.intel.com/.
SGX: Software Guard Extensions
DCAP: DataCenter Attestation Primitives
QL: Quoting Library
"""
documentation = "https://edp.fortanix.com/docs/"
edition = "2018"
homepage = "https://edp.fortanix.com/"
keywords = ["sgx", "dcap", "quote", "pck"]
license = "MPL-2.0"
name = "dcap-provider"
readme = "README.md"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
version = "0.4.0"