blob: 36544e34156bfabe1c3da26cdc7cc90bf31f0ce6 [file] [log] [blame]
[package]
name = "sgx_urts"
version = "1.0.6"
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/socket.rs",
"src/time.rs",
"src/file.rs",
"src/fd.rs",
"src/asyncio.rs",
"src/mem.rs",
"src/env.rs",
"src/lib.rs",
"src/enclave.rs",
]
[lib]
name = "sgx_urts"
crate-type = ["rlib"]
[features]
default = []
global_init = []
global_exit = []
[dependencies]
sgx_types = { path = "../sgx_types" }
libc = "0.2.40"