dcap-provider 0.2.0

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
# 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]
edition = "2018"
name = "dcap-provider"
version = "0.2.0"
authors = ["Fortanix, Inc."]
description = "DCAP quote provider using the Intel Trusted Services API as a backend.\n\nThis crate compiles into `libdcap_quoteprov.so`, which is needed as a backend\nwhen using `libsgx_dcap_ql`.\n\nTo use this library, the dynamic linker needs to be able to find it. This means\nyou should install it in your system's library path or set the\n`LD_LIBRARY_PATH` environment variable.\n\nYou must set your API key in the `OCP_APIM_SUBSCRIPTION_KEY` environment\nvariable. You can sign up for a service subscription at\nhttps://api.portal.trustedservices.intel.com/.\n\nSGX: Software Guard Extensions\nDCAP: DataCenter Attestation Primitives\nQL: Quoting Library\n"
homepage = "https://edp.fortanix.com/"
documentation = "https://edp.fortanix.com/docs/"
keywords = ["sgx", "dcap", "quote", "pck"]
categories = ["api-bindings"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"

[lib]
name = "dcap_quoteprov"
crate-type = ["cdylib"]
[dependencies.byteorder]
version = "1.1.0"

[dependencies.dcap-ql]
version = "0.2.0"
features = ["link"]

[dependencies.env_logger]
version = "0.6"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.report-test]
version = "0.2.0"

[dependencies.reqwest]
version = "0.9"

[dependencies.rustc-serialize]
version = "0.3.24"