sgx_tcrypto 1.1.0

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
[features]
default = []

[lib]
crate-type = ["rlib"]
name = "sgx_tcrypto"

[package]
authors = ["The Teaclave Authors"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
edition = "2018"
license-file = "LICENSE"
name = "sgx_tcrypto"
repository = "https://github.com/apache/teaclave-sgx-sdk"
version = "1.1.0"
[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_types]
version = "=1.1.0"