[package]
edition = "2018"
name = "enclave-runner"
version = "0.8.0"
authors = ["Fortanix, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
High-level abstractions for secure enclaves, for any Fortanix EDP target
"""
homepage = "https://edp.fortanix.com/"
documentation = "https://edp.fortanix.com/docs/api/enclave_runner/"
readme = false
keywords = ["enclave"]
categories = [
"os",
"hardware-support",
]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
[lib]
name = "enclave_runner"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.futures]
version = "0.3"
features = [
"compat",
"io-compat",
]
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.num_cpus]
version = "1.10.0"
[dependencies.pin-project-lite]
version = "0.2.16"
[dependencies.tokio]
version = "1.35"
features = ["full"]