blob: c3bb18c5d6103ecbb19abbba691c107e07d7d5df [file] [log] [blame]
[package]
name = "sgx_tstd"
version = "0.9.7"
authors = ["Baidu"]
build = "build.rs"
[lib]
name = "sgx_tstd"
crate-type = ["rlib"]
[features]
default = ["stdio"]
backtrace = ["stdio"]
stdio = []
net = []
untrusted_fs = []
untrusted_time = []
[build-dependencies]
build_helper = { path = "../build_helper" }
[dependencies]
sgx_types = { path = "../sgx_types" }
sgx_trts = { path = "../sgx_trts" }
sgx_alloc = { path = "../sgx_alloc" }
sgx_tprotected_fs = { path = "../sgx_tprotected_fs" }
unwind = { path = "../libunwind" }