[features]
align = []
default = ["align"]
[lib]
crate-type = ["rlib"]
name = "sgx_libc"
[package]
authors = ["The Teaclave Authors"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
edition = "2018"
license-file = "LICENSE"
name = "sgx_libc"
repository = "https://github.com/apache/teaclave-sgx-sdk"
version = "1.1.1"
[target.'cfg(all(not(target_env = "sgx"), target_os = "linux", target_arch = "x86_64"))'.dependencies.sgx_types]
version = "=1.1.1"