dcap-ql 0.4.2

Idiomatic Rust 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"
version = "0.4.2"
authors = ["Fortanix, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Idiomatic Rust 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/"
readme = "README.md"
keywords = [
    "sgx",
    "dcap",
    "quote",
]
categories = ["api-bindings"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"

[features]
bindings = [
    "dcap-ql-sys",
    "sgxs-loaders",
    "libc",
]
default = ["bindings"]
link = [
    "dcap-ql-sys/link",
    "bindings",
]
test-sgx-flc = ["bindings"]
verify = [
    "mbedtls",
    "num",
    "yasna",
]

[lib]
name = "dcap_ql"
path = "src/lib.rs"

[[test]]
name = "live_quote"
path = "tests/live_quote.rs"
required-features = ["test-sgx-flc"]

[dependencies.anyhow]
version = "1.0"

[dependencies.byteorder]
version = "1.1.0"

[dependencies.dcap-ql-sys]
version = "0.2.0"
optional = true

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.mbedtls]
version = ">=0.12.0, <0.14.0"
features = [
    "std",
    "x509",
]
optional = true
default-features = false

[dependencies.num]
version = "0.2"
optional = true

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0.104"
features = ["derive"]
optional = true

[dependencies.sgx-isa]
version = ">=0.4.0, <0.6.0"

[dependencies.sgxs-loaders]
version = "0.5.0"
optional = true

[dependencies.yasna]
version = "0.3"
features = [
    "num-bigint",
    "bit-vec",
]
optional = true

[dev-dependencies.mbedtls]
version = ">=0.12.0, <0.14.0"

[dev-dependencies.report-test]
version = "0.5.0"

[dev-dependencies.serde]
version = "1.0.104"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.sgxs]
version = "0.8.0"