blob: 7a1c23c9d8fb1d3fda4b6035e133ca541e0929a6 [file] [log] [blame]
[package]
name = "std"
version = "0.0.0"
authors = ["The Teaclave Authors"]
build = "build.rs"
edition = "2021"
[lib]
name = "std"
path = "../../sgx_tstd/src/lib.rs"
crate-type = ["rlib"]
[features]
default = ["stdio"]
backtrace = ["stdio"]
stdio = []
net = []
pipe = []
thread = []
untrusted_fs = []
untrusted_time = []
[target.'cfg(not(target_env = "sgx"))'.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_backtrace_sys = { path = "../../sgx_backtrace_sys" }
sgx_demangle = { path = "../../sgx_demangle" }
sgx_unwind = { path = "../../sgx_unwind" }
[dependencies.hashbrown]
package = "hashbrown_tstd"
path = "../../sgx_tstd/hashbrown"
default-features = false
features = ['rustc-dep-of-std']