[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.fnv]
version = "1.0"
[dependencies.fortanix-sgx-abi]
version = "0.5.0"
[dependencies.ipc-queue]
version = "0.3"
[dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.rand]
version = "0.8"
[package]
authors = ["Fortanix, Inc."]
categories = ["asynchronous"]
description = "An interface for asynchronous usercalls in SGX enclaves.\nThis is an SGX-only crate, you should compile it with the `x86_64-fortanix-unknown-sgx` target.\n"
documentation = "https://edp.fortanix.com/docs/api/async_usercalls/"
edition = "2018"
homepage = "https://edp.fortanix.com/"
keywords = ["sgx", "async", "usercall"]
license = "MPL-2.0"
name = "async-usercalls"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
version = "0.5.0"
[package.metadata.fortanix-sgx]
threads = 128