sgx_libc 1.0.8

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
[package]
name = "sgx_libc"
version = "1.0.8"
authors = ["Baidu"]
repository = "https://github.com/baidu/rust-sgx-sdk"
license-file = "LICENSE"
documentation = "https://dingelish.github.io/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."

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",
]

[lib]
name = "sgx_libc"
crate-type = ["rlib"]

[features]
default = ["align"]
align = []

[target.'cfg(all(not(target_env = "sgx"), target_os = "linux", target_arch = "x86_64"))'.dependencies]
sgx_types = "=1.0.8"