sgxs 0.7.2

Library for working with the SGX stream format.
Documentation
[dependencies.byteorder]
version = "1.0"

[dependencies.failure]
version = "0.1.1"

[dependencies.failure_derive]
version = "0.1.1"

[dependencies.foreign-types]
optional = true
version = "0.3"

[dependencies.openssl]
optional = true
version = "0.10"

[dependencies.openssl-sys]
optional = true
version = "0.9.24"

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

[dependencies.sha2]
optional = true
version = "0.8"

[dependencies.time]
version = "0.1"
[dev-dependencies.crypto-hash]
version = "0.3"

[features]
crypto-openssl = ["openssl", "openssl-sys", "foreign-types"]

[package]
authors = ["Fortanix, Inc."]
categories = ["parsing", "encoding"]
description = "Library for working with the SGX stream format.\n"
documentation = "https://edp.fortanix.com/docs/api/sgxs/"
homepage = "https://edp.fortanix.com/"
keywords = ["sgx", "enclave", "sgxs"]
license = "MPL-2.0"
name = "sgxs"
repository = "https://github.com/fortanix/rust-sgx"
version = "0.7.2"