sgxs 0.8.0

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

[dependencies.byteorder]
version = "1.0"

[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.4.0"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
features = ["formatting", "local-offset", "macros", "std"]
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"
readme = "README.md"
repository = "https://github.com/fortanix/rust-sgx"
version = "0.8.0"
[target."cfg(not(target_env = \"sgx\"))".dev-dependencies.crypto-hash]
version = "0.3"