160 lines
4.4 KiB
TOML
160 lines
4.4 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "Occlum"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rcore-fs 0.1.0",
|
|
"rcore-fs-sefs 0.1.0",
|
|
"sgx_trts 1.0.6",
|
|
"sgx_tstd 1.0.6",
|
|
"sgx_types 1.0.6",
|
|
"xmas-elf 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"spin 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rcore-fs"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "rcore-fs-sefs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rcore-fs 0.1.0",
|
|
"spin 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"static_assertions 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sgx_alloc"
|
|
version = "1.0.6"
|
|
dependencies = [
|
|
"sgx_trts 1.0.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sgx_build_helper"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "sgx_libc"
|
|
version = "1.0.6"
|
|
dependencies = [
|
|
"sgx_types 1.0.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sgx_tprotected_fs"
|
|
version = "1.0.6"
|
|
dependencies = [
|
|
"sgx_trts 1.0.6",
|
|
"sgx_types 1.0.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sgx_trts"
|
|
version = "1.0.6"
|
|
dependencies = [
|
|
"sgx_libc 1.0.6",
|
|
"sgx_types 1.0.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sgx_tstd"
|
|
version = "1.0.6"
|
|
dependencies = [
|
|
"sgx_alloc 1.0.6",
|
|
"sgx_build_helper 0.1.0",
|
|
"sgx_libc 1.0.6",
|
|
"sgx_tprotected_fs 1.0.6",
|
|
"sgx_trts 1.0.6",
|
|
"sgx_types 1.0.6",
|
|
"sgx_unwind 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sgx_types"
|
|
version = "1.0.6"
|
|
|
|
[[package]]
|
|
name = "sgx_unwind"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"sgx_trts 1.0.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "xmas-elf"
|
|
version = "0.6.2"
|
|
dependencies = [
|
|
"zero 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zero"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[metadata]
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
"checksum bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfadef5c4e2c2e64067b9ecc061179f12ac7ec65ba613b1f60f3972bbada1f5b"
|
|
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
|
"checksum spin 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "37b5646825922b96b5d7d676b5bb3458a54498e96ed7b0ce09dc43a07038fea4"
|
|
"checksum static_assertions 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "389ce475f424f267dbed6479cbd8f126c5e1afb053b0acdaa019c74305fc65d1"
|
|
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051"
|
|
"checksum zero 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f1bc8a6b2005884962297587045002d8cfb8dcec9db332f4ca216ddc5de82c5"
|