blob: f04a07f5f77b04fe70d04cb0cbf1ff7e4b93730b [file] [log] [blame]
[package]
name = "sgx_trts"
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/trts.rs",
"src/oom.rs",
"src/ascii.rs",
"src/veh.rs",
"src/c_str.rs",
"src/error.rs",
"src/memeq.rs",
"src/macros.rs",
"src/memchr.rs",
"src/lib.rs",
"src/libc.rs",
"src/enclave.rs",
]
[lib]
name = "sgx_trts"
crate-type = ["rlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../sgx_types" }
sgx_libc = { path = "../sgx_libc" }