dcap-ql-sys 0.2.2

Bindings for libsgx_dcap_ql. 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 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 = "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"