blob: 5fe574aa21eeb2b2a8f881a0c9322f0225fdc7df [file] [log] [blame]
[package]
name = "sgx_ucrypto"
version = "1.1.4"
authors = ["The Teaclave Authors"]
repository = "https://github.com/apache/teaclave-sgx-sdk"
license-file = "LICENSE"
documentation = "https://teaclave.apache.org/sgx-sdk-docs/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
edition = "2021"
[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"