enclave-runner 0.8.0

High-level abstractions for secure enclaves, for any Fortanix EDP target
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]