sgx_alloc 1.0.4

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "sgx_alloc"
version = "1.0.4"
dependencies = [
 "sgx_trts",
]

[[package]]
name = "sgx_trts"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48aa3614c2dec806f9afec229837a792d43d24ab5d3aec3ab5dd3b149c04db16"
dependencies = [
 "sgx_types",
]

[[package]]
name = "sgx_types"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4ed1fdd89a436a87750dc2556deb414f18e19f7807d104f7e037969092ed3d"