[package]
name = "sgx_serialize"
version = "1.0.8"
authors = ["Baidu"]
include = ["LICENSE", "Readme.md", "Cargo.toml", "src/opaque.rs", "src/leb128.rs", "src/serialize.rs", "src/lib.rs"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
license-file = "LICENSE"
repository = "https://github.com/baidu/rust-sgx-sdk"
[lib]
name = "sgx_serialize"
crate-type = ["rlib"]
[features]
default = []
[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_tstd]
version = "=1.0.8"