[package]
edition = "2018"
name = "async-usercalls"
version = "0.7.1"
authors = ["Fortanix, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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.
"""
homepage = "https://edp.fortanix.com/"
documentation = "https://edp.fortanix.com/docs/api/async_usercalls/"
readme = false
keywords = [
"sgx",
"async",
"usercall",
]
categories = ["asynchronous"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
[package.metadata.fortanix-sgx]
threads = 128
[lib]
name = "async_usercalls"
path = "src/lib.rs"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.fnv]
version = "1.0"
[dependencies.fortanix-sgx-abi]
version = ">=0.6.0, <0.8.0"
[dependencies.ipc-queue]
version = "0.5.0"
[dependencies.lazy_static]
version = "1.5.0"
[dev-dependencies.rand]
version = "0.8"