blob: 90dfaf2cf2933b90da8b766b1ccd9044d9109bf2 [file] [log] [blame]
[package]
name = "protobuf"
version = "2.0.3"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/stepancheg/rust-protobuf/"
repository = "https://github.com/stepancheg/rust-protobuf/"
documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
description = """
Rust implementation of Google protocol buffers
"""
[lib]
doctest = false
bench = false
[features]
with-bytes = ["bytes"]
[dependencies]
bytes = { version = "0.*", path = "../bytes", optional = true }
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }