blob: 7f14e51390700a2d56305cf9543117befcff2310 [file] [log] [blame]
[package]
name = "std"
version = "0.0.0"
authors = ["Baidu"]
build = "build.rs"
[lib]
name = "std"
path = "../../sgx_tstd/src/lib.rs"
crate-type = ["rlib"]
[features]
default = ["stdio"]
backtrace = ["stdio"]
stdio = []
net = []
untrusted_fs = []
untrusted_time = []
use_builtin_ocalls = []
[build-dependencies]
sgx_build_helper = { path = "../../sgx_build_helper" }
[dependencies]
sgx_types = { path = "../../sgx_types" }
sgx_libc = { path = "../../sgx_libc" }
sgx_trts = { path = "../../sgx_trts" }
sgx_alloc = { path = "../../sgx_alloc" }
sgx_tprotected_fs = { path = "../../sgx_tprotected_fs" }
sgx_tcrypto = { path = "../../sgx_tcrypto" }
sgx_tse = { path = "../../sgx_tse" }
sgx_tseal = { path = "../../sgx_tseal" }
sgx_tservice = { path = "../../sgx_tservice" }
sgx_tkey_exchange = { path = "../../sgx_tkey_exchange" }
sgx_tdh = { path = "../../sgx_tdh" }
sgx_unwind = { path = "../../sgx_unwind" }