[package] name = "mc-sgx-dcap-ql-types" version = "0.11.0" authors = ["MobileCoin"] categories = ["api-bindings", "hardware-support"] description = "Rust wrapper for SGX DCAP QuoteLibrary types." edition = "2021" keywords = ["ffi", "sgx"] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/mobilecoinfoundation/sgx" rust-version = "1.62.1" [dependencies] mc-sgx-core-types = { path = "../../../core/types", version = "=0.11.0" } mc-sgx-dcap-ql-sys-types = { path = "../sys/types", version = "=0.11.0" } [dev-dependencies] yare = "2"