blob: 114969d50a1748a1201392e4841075ce80ef7df3 [file] [log] [blame]
[package]
name = "teaclave_test_utils"
version = "0.1.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
description = "Teaclave test utility"
license = "Apache-2.0"
edition = "2018"
[features]
default = []
mesalock_sgx = [
"sgx_tstd",
]
[dependencies]
inventory = { version = "0.1.6" }
teaclave_test_utils_proc_macro = { path = "./proc_macro" }
sgx_tstd = { version = "1.1.1", features = ["backtrace"], optional = true }