samplecode/microsoft_azure_attestation/enclave/Xargo.toml (72 lines of code) (raw):

[dependencies] alloc = {} [dependencies.sgx_types] path = "../../../sgx_types" stage = 1 [dependencies.sgx_alloc] path = "../../../sgx_alloc" stage = 1 [dependencies.sgx_unwind] path = "../../../sgx_unwind" stage = 1 [dependencies.sgx_demangle] path = "../../../sgx_demangle" stage = 1 [dependencies.panic_abort] path = "../../../sgx_panic_abort" stage = 1 [dependencies.sgx_libc] path = "../../../sgx_libc" stage = 2 [dependencies.sgx_tkey_exchange] path = "../../../sgx_tkey_exchange" stage = 2 [dependencies.sgx_tse] path = "../../../sgx_tse" stage = 2 [dependencies.sgx_tcrypto] path = "../../../sgx_tcrypto" stage = 2 [dependencies.sgx_trts] path = "../../../sgx_trts" stage = 3 [dependencies.sgx_backtrace_sys] path = "../../../sgx_backtrace_sys" stage = 3 [dependencies.panic_unwind] path = "../../../sgx_panic_unwind" stage = 3 [dependencies.sgx_tdh] path = "../../../sgx_tdh" stage = 4 [dependencies.sgx_tseal] path = "../../../sgx_tseal" stage = 4 [dependencies.sgx_tprotected_fs] path = "../../../sgx_tprotected_fs" stage = 4 [dependencies.std] path = "../../../xargo/sgx_tstd" stage = 5 features = ["backtrace"] [dependencies.sgx_no_tstd] path = "../../../sgx_no_tstd" stage = 5 [dependencies.sgx_rand] path = "../../../sgx_rand" stage = 6 [dependencies.sgx_serialize] path = "../../../sgx_serialize" stage = 6 [dependencies.sgx_tunittest] path = "../../../sgx_tunittest" stage = 6 [dependencies.sgx_backtrace] path = "../../../sgx_backtrace" stage = 7 [dependencies.sgx_cov] path = "../../../sgx_cov" stage = 7 [dependencies.sgx_signal] path = "../../../sgx_signal" stage = 7