[package] name = "sgx_crypto_helper" version = "1.1.0" authors = ["The Teaclave Authors"] repository = "https://github.com/apache/teaclave-sgx-sdk" license-file = "LICENSE" documentation = "https://dingelish.github.io/" description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language." edition = "2018" [lib] name = "sgx_crypto_helper" crate-type = ["staticlib","rlib"] [features] default = [] enclave_cargo = ["sgx_tcrypto"] [dependencies] sgx_ucrypto = "=1.1.0" sgx_tcrypto = { version = "=1.1.0", optional = true } libc = "0.2" serde = "1.0.98" serde_derive = "1.0.98" sgx_types = "=1.1.0" itertools = "0.8" serde-big-array = "0.1" [dev-dependencies] sgx_ucrypto = "=1.1.0" rdrand = "0.6" rand_core = "0.4" serde_json = "1.0"