[package] name = "sgx_tstd" version = "1.1.1" authors = ["The Teaclave Authors"] build = "build.rs" repository = "https://github.com/apache/teaclave-sgx-sdk" license-file = "LICENSE" documentation = "https://dingelish.github.io/" description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language." edition = "2018" [lib] name = "sgx_tstd" 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 = "=1.1.1" sgx_libc = "=1.1.1" sgx_trts = "=1.1.1" sgx_alloc = "=1.1.1" sgx_tprotected_fs = "=1.1.1" sgx_backtrace_sys = "=1.1.1" sgx_demangle = "=1.1.1" sgx_unwind = "0.1" [dependencies] hashbrown = { version = "0.7.1", package = "hashbrown_tstd", default-features = false, features = ['rustc-dep-of-std'] }