rust-sgx-util 0.2.2

A safe wrapper around Graphene `sgx-util` C-library.
Documentation
[package]
name = "rust-sgx-util"
version = "0.2.2"
authors = ["Jakub Konka <jakub.konka@golem.network>"]
edition = "2018"
license = "LGPL-3.0"
readme = "README.md"
repository = "https://github.com/golemfactory/proofofdevice"
homepage = "https://github.com/golemfactory/proofofdevice"
documentation = "https://docs.rs/rust-sgx-util"
description = "A safe wrapper around Graphene `sgx-util` C-library."

[dependencies]
libc = "0.2"
thiserror = "1"
serde = { version = "1", features = ["derive"], optional = true}
base64 =  { version = "0.12", optional = true }

[dev-dependencies]
structopt = "0.3"
anyhow = "1"

[features]
default = []
with_serde = ["serde", "base64"]

[badges]
maintenance = { status = "actively-developed" }