blob: f082aa7e3b16ecb6b4c49edd9b03b1680a972f8c [file] [log] [blame]
[package]
name = "sgx_urts"
version = "1.0.1"
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/net.rs",
"src/stdio.rs",
"src/time.rs",
"src/fs.rs",
"src/backtrace.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"