[package]
name = "dcap-ql-sys"
version = "0.2.2"
authors = ["Fortanix, Inc."]
build = "build.rs"
links = "sgx_dcap_ql"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Bindings for libsgx_dcap_ql.
SGX: Software Guard Extensions
DCAP: DataCenter Attestation Primitives
QL: Quoting Library
"""
homepage = "https://edp.fortanix.com/"
documentation = "https://edp.fortanix.com/docs/api/dcap_ql_sys/"
readme = false
keywords = [
"sgx",
"dcap",
"quote",
]
categories = ["api-bindings"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
[features]
link = []
[lib]
name = "dcap_ql_sys"
path = "src/lib.rs"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.sgx-isa]
version = ">=0.4.0, <0.6.0"