sgx_types 1.0.4

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
[package]
authors = ["Baidu"]
name = "sgx_types"
version = "1.0.4"
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/marker.rs",
    "src/function.rs",
    "src/types.rs",
    "src/error.rs",
    "src/macros.rs",
    "src/lib.rs",
    "src/metadata.rs"
]

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

[features]
default = []

[dependencies]