[package]
edition = "2018"
name = "sgx_backtrace_sys"
version = "1.0.9"
authors = ["Baidu"]
build = "build.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_backtrace_sys"
crate-type = ["rlib"]
[build-dependencies.cc]
version = "1.0"
[build-dependencies.sgx_build_helper]
version = "0.1.1"
[features]
default = []
[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_libc]
version = "=1.0.9"