[package]
edition = "2018"
name = "sgx_libc"
version = "1.0.9"
authors = ["Baidu"]
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_libc"
crate-type = ["rlib"]
[features]
align = []
default = ["align"]
[target."cfg(all(not(target_env = \"sgx\"), target_os = \"linux\", target_arch = \"x86_64\"))".dependencies.sgx_types]
version = "=1.0.9"