sgx_trts 1.1.1

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

[lib]
name = "sgx_trts"

[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_trts"
repository = "https://github.com/apache/teaclave-sgx-sdk"
version = "1.1.1"
[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_libc]
version = "=1.1.1"

[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_types]
version = "=1.1.1"