[package]
name = "sgx_unwind"
version = "0.0.3"
authors = ["The Rust Project Developers"]
build = "build.rs"
include = ["LICENSE", "Readme.md", "Cargo.toml", "macros.rs", "build.rs", "libunwind.rs", "lib.rs"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
license-file = "LICENSE"
repository = "https://github.com/baidu/rust-sgx-sdk"
[lib]
name = "sgx_unwind"
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies.sgx_trts]
version = "1.0"