[package] name = "dcap-ql-sys" version = "0.2.1" authors = ["Fortanix, Inc."] links = "sgx_dcap_ql" build = "build.rs" license = "MPL-2.0" description = """ Bindings for libsgx_dcap_ql. SGX: Software Guard Extensions DCAP: DataCenter Attestation Primitives QL: Quoting Library """ repository = "https://github.com/fortanix/rust-sgx" documentation = "https://edp.fortanix.com/docs/api/dcap_ql_sys/" homepage = "https://edp.fortanix.com/" keywords = ["sgx", "dcap", "quote"] categories = ["api-bindings"] [features] # If set, will link to libsgx_dcap_ql. link = [] [dependencies] # Project dependencies "sgx-isa" = { version = "0.4.0", path = "../sgx-isa" } # External dependencies num-derive = "0.2" # MIT/Apache-2.0 num-traits = "0.2" # MIT/Apache-2.0