sgxs-tools 0.9.0

Utilities for working with the SGX stream format.
[[bin]]
name = "sgx-detect"
path = "src/sgx_detect/main.rs"

[[bin]]
name = "sgxs-append"
path = "src/bin/sgxs-append.rs"

[[bin]]
name = "sgxs-build"
path = "src/bin/sgxs-build.rs"

[[bin]]
name = "sgxs-info"
path = "src/bin/sgxs-info.rs"

[[bin]]
name = "sgxs-load"
path = "src/bin/sgxs-load.rs"

[[bin]]
name = "sgxs-sign"
path = "src/bin/sgxs-sign.rs"

[dependencies.aesm-client]
features = ["sgxs"]
version = "0.6.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.byteorder]
version = "1.1.0"

[dependencies.clap]
version = "2.34.0"

[dependencies.crypto-hash]
version = "0.3"

[dependencies.enclave-runner]
version = "0.7.0"

[dependencies.env_logger]
version = "0.6"

[dependencies.fnv]
version = "1"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.mopa]
version = "0.2"

[dependencies.num]
version = "0.2"

[dependencies.openssl]
version = "0.10"

[dependencies.petgraph]
version = "0.6"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.proc-mounts]
version = "0.3.0"

[dependencies.quote]
version = "0.6"

[dependencies.regex]
version = "1"

[dependencies.report-test]
version = "0.5.0"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

[dependencies.serde]
version = "1.0.84"

[dependencies.serde_derive]
version = "1.0.84"

[dependencies.serde_yaml]
version = "0.8.8"

[dependencies.sgx-isa]
version = "0.4.0"

[dependencies.sgxs]
features = ["crypto-openssl"]
version = "0.8.0"

[dependencies.sgxs-loaders]
version = "0.4.0"

[dependencies.syn]
features = ["full"]
version = "0.15"

[dependencies.thiserror]
version = "1.0"

[dependencies.yansi]
version = "0.5"

[features]
docs = []

[lib]
name = "sgxs_tools"
path = "src/sgx_detect/proc_macro.rs"
proc-macro = true

[package]
authors = ["Fortanix, Inc."]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = """
Utilities for working with the SGX stream format.
"""
documentation = "https://edp.fortanix.com/docs/"
edition = "2018"
homepage = "https://edp.fortanix.com/"
keywords = ["sgx", "enclave", "sgxs", "sgxs-sign", "sgxs-append"]
license = "MPL-2.0"
name = "sgxs-tools"
readme = "README.md"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"
version = "0.9.0"

[package.metadata.docs.rs]
features = ["docs"]

[target."cfg(unix)".dependencies.dcap-ql]
version = "0.4.0"

[target."cfg(windows)".dependencies.winapi]
features = ["winbase"]
version = "0.3.7"

[[test]]
name = "sgx-detect"
path = "tests/sgx-detect.rs"