blob: 29d6558e1af132d5d73811009c0baafc8a129766 [file] [log] [blame]
[package]
name = "teaclave_test_utils"
version = "0.2.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.3", features = ["backtrace"], optional = true }