sgx_serialize_derive 1.0.8

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sgx_serialize_derive"
version = "1.0.8"
authors = ["Baidu"]
include = ["LICENSE", "Readme.md", "Cargo.toml", "src/decode.rs", "src/bound.rs", "src/fragment.rs", "src/encode.rs", "src/param.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_derive"
proc-macro = true
[dependencies.quote]
version = "0.3.8"

[dependencies.sgx_serialize_derive_internals]
version = "=1.0.8"

[dependencies.syn]
version = "0.11"