[dependencies.mc-sgx-io]
optional = true
version = "=0.1.0"
[dependencies.mc-sgx-panic-sys]
version = "=0.1.0"
[dependencies.mc-sgx-sync]
optional = true
version = "=0.1.0"
[features]
log = ["dep:mc-sgx-io", "dep:mc-sgx-sync"]
[package]
authors = ["MobileCoin"]
categories = ["hardware-support", "no-std"]
description = "Panic handler for SGX enclaves"
edition = "2021"
keywords = ["sgx", "no-std", "panic"]
license = "Apache-2.0"
name = "mc-sgx-panic"
readme = "README.md"
repository = "https://github.com/mobilecoinfoundation/sgx-std"
rust-version = "1.62.1"
version = "0.1.0"