[package]
name = "sgx_libc"
version = "1.0.8"
authors = ["Baidu"]
include = ["LICENSE", "Readme.md", "Cargo.toml", "src/lib.rs", "src/macros.rs", "src/linux/mod.rs", "src/linux/x86_64/mod.rs", "src/linux/x86_64/ocall.rs", "src/android/mod.rs", "src/android/aarch64/mod.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_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.8"