blob: d1537c36cf024b86dadd78df1456e59a59c3fe30 [file] [log] [blame]
[package]
name = "teaclave_service_enclave_utils"
version = "0.2.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
description = "Teaclave enclave utils"
license = "Apache-2.0"
edition = "2018"
[features]
default = []
mesalock_sgx = [
"sgx_tstd",
"teaclave_types/mesalock_sgx",
"teaclave_attestation/mesalock_sgx",
"teaclave_rpc/mesalock_sgx",
]
cov = ["sgx_cov", "sgx_trts"]
[dependencies]
anyhow = { version = "1.0.26" }
env_logger = { version = "0.7.1" }
log = { version = "0.4.6", features = ["release_max_level_info"] }
teaclave_service_enclave_utils_proc_macro = { path = "./proc_macro" }
teaclave_types = { path = "../../../types" }
teaclave_attestation = { path = "../../../attestation" }
teaclave_rpc = { path = "../../../rpc" }
sgx_cov = { version = "1.1.2", optional = true }
sgx_trts = { version = "1.1.2", optional = true }
sgx_tstd = { version = "1.1.2", features = ["net", "backtrace"], optional = true }