sgx_tseal 1.0.7

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
name = "sgx_tseal"
crate-type = ["rlib"]
[dependencies.sgx_tcrypto]
version = "=1.0.7"

[dependencies.sgx_trts]
version = "=1.0.7"

[dependencies.sgx_tse]
version = "=1.0.7"

[dependencies.sgx_types]
version = "=1.0.7"

[features]
default = []