[package] name = "sgx_ucrypto" version = "1.1.1" 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_ucrypto" crate-type = ["rlib"] [features] default = [] [dependencies] sgx_types = "=1.1.1" libc = "0.2" rdrand = "0.6" rand_core = "0.3"