[package]
name = "libenclave-tools"
description = "Tools for building and linking enclaves using libenclave"
version = "0.1.4"
authors = ["Jethro Beekman <jethro@jbeekman.nl>"]
license = "GPL-2.0+"
repository = "https://github.com/jethrogb/sgx-utils/tree/master/libenclave-tools"
[[bin]]
name = "libenclave-elf2sgxs"
path = "src/elf2sgxs.rs"
[[bin]]
name = "cargo-build-enclave"
path = "src/cargo-build-enclave.rs"
[dependencies]
sgxs = ">=0.4, <0.6"
sgx-isa = "0.1.0"
xmas-elf = "0.3.0"
clap = "2.2.5"
rustc-serialize = "0.3.19"
libc = "0.2.9"
num = "0.1.31"