sgx_tseal 1.0.4

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
[dependencies.sgx_tcrypto]
version = "=1.0.4"

[dependencies.sgx_trts]
version = "=1.0.4"

[dependencies.sgx_tse]
version = "=1.0.4"

[dependencies.sgx_types]
version = "=1.0.4"

[features]
default = []

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

[package]
authors = ["Baidu"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
include = ["LICENSE", "Readme.md", "Cargo.toml", "src/seal.rs", "src/aad.rs", "src/internal.rs", "src/lib.rs"]
license-file = "LICENSE"
name = "sgx_tseal"
repository = "https://github.com/baidu/rust-sgx-sdk"
version = "1.0.4"