[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.fnv]
version = "1.0"
[dependencies.fortanix-sgx-abi]
version = "0.6.0"
[dependencies.ipc-queue]
version = "0.4.0"
[dependencies.lazy_static]
version = "1.5.0"
[dev-dependencies.rand]
version = "0.8"
[lib]
name = "async_usercalls"
path = "src/lib.rs"
[package]
authors = ["Fortanix, Inc."]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = """
An interface for asynchronous usercalls in SGX enclaves.
This is an SGX-only crate, you should compile it with the `x86_64-fortanix-unknown-sgx` target.
"""
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"
readme = false
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
version = "0.6.0"
[package.metadata.fortanix-sgx]
threads = 128