dcap-ql 0.3.7

Idiomatic Rust bindings for libsgx_dcap_ql. SGX: Software Guard Extensions DCAP: DataCenter Attestation Primitives QL: Quoting Library
Documentation
[[test]]
name = "live_quote"
required-features = ["test-sgx-flc"]
[dependencies.byteorder]
version = "1.1.0"

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

[dependencies.failure]
version = "0.1.1"

[dependencies.lazy_static]
version = "1"

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

[dependencies.mbedtls]
default-features = false
features = ["std"]
optional = true
version = ">=0.8.0, <0.10.0"

[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.3.0"

[dependencies.yasna]
features = ["num-bigint", "bit-vec"]
optional = true
version = "0.3"
[dev-dependencies.mbedtls]
version = ">=0.8.0, <0.10.0"

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

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

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

[dev-dependencies.sgxs]
version = "0.7.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.\n\nSGX: Software Guard Extensions\nDCAP: DataCenter Attestation Primitives\nQL: Quoting Library\n"
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"
version = "0.3.7"