sgx_tseal 1.1.1

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

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

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

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

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

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