[dependencies.anyhow]
version = "1.0"
[dependencies.byteorder]
version = "1.1.0"
[dependencies.dcap-ql-sys]
optional = true
version = "0.2.0"
[dependencies.lazy_static]
version = "1"
[dependencies.libc]
optional = true
version = "0.2"
[dependencies.mbedtls]
default-features = false
features = ["std", "x509"]
optional = true
version = "0.12"
[dependencies.num]
optional = true
version = "0.2"
[dependencies.num-derive]
version = "0.2"
[dependencies.num-traits]
version = "0.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.104"
[dependencies.sgx-isa]
version = "0.4.0"
[dependencies.sgxs-loaders]
optional = true
version = "0.4.0"
[dependencies.yasna]
features = ["num-bigint", "bit-vec"]
optional = true
version = "0.3"
[dev-dependencies.mbedtls]
version = "0.12"
[dev-dependencies.report-test]
version = "0.4.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.104"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.sgxs]
version = "0.8.0"
[features]
bindings = ["dcap-ql-sys", "sgxs-loaders", "libc"]
default = ["bindings"]
link = ["dcap-ql-sys/link", "bindings"]
test-sgx-flc = ["bindings"]
verify = ["mbedtls", "num", "yasna"]
[package]
authors = ["Fortanix, Inc."]
autotests = true
categories = ["api-bindings"]
description = """
Idiomatic Rust bindings for libsgx_dcap_ql.
SGX: Software Guard Extensions
DCAP: DataCenter Attestation Primitives
QL: Quoting Library
"""
documentation = "https://edp.fortanix.com/docs/api/dcap_ql/"
homepage = "https://edp.fortanix.com/"
keywords = ["sgx", "dcap", "quote"]
license = "MPL-2.0"
name = "dcap-ql"
readme = "README.md"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
version = "0.4.0"
[[test]]
name = "live_quote"
required-features = ["test-sgx-flc"]