[package]
name = "enclave"
description = "Secure enclave runtime and library"
version = "0.1.4"
authors = ["Jethro Beekman <jethro@jbeekman.nl>"]
license = "AGPL-3.0+"
repository = "https://github.com/jethrogb/sgx-utils/tree/master/libenclave"
build = "build.rs"
[dependencies]
rlibc = "1.0.0"
spin = "0.4.2"
alloc_buddy_simple2 = { version = "0.1.2" }
sgx-isa = "0.1"
bitflags = { version = "0.5", features = ["no_std"] }
core_io = { version = "0.1", features = ["alloc","collections"] }
[build-dependencies]
gcc = "0.3"
[features]
default = ["allocator"]
allocator = ["alloc_buddy_simple2/use-as-rust-allocator"]
debug = []