blob: 3d6ad8bd0caa503267932da4dbbe1d4686648545 [file] [log] [blame]
[package]
name = "sgx_ucrypto"
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_ucrypto"
crate-type = ["rlib"]
[features]
default = []
[dependencies]
sgx_types = { path = "../sgx_types" }
libc = "0.2"
rdrand = "0.6"
rand_core = "0.3"