blob: 802d6a3b5e1466d176e2da3cc8922e7da9ae190d [file] [log] [blame]
[package]
name = "sgx_tunittest"
version = "1.1.5"
authors = ["The Teaclave Authors"]
repository = "https://github.com/apache/teaclave-sgx-sdk"
license-file = "LICENSE"
documentation = "https://teaclave.apache.org/sgx-sdk-docs/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
edition = "2021"
include = [
"LICENSE",
"Readme.md",
"Cargo.toml",
"src/lib.rs",
]
[lib]
name = "sgx_tunittest"
crate-type = ["rlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../sgx_tstd" }