[package]
name = "protobuf"
version = "1.5.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of Google protocol buffers\n"
homepage = "https://github.com/stepancheg/rust-protobuf/"
documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/stepancheg/rust-protobuf/"
[lib]
doctest = false
[[bin]]
name = "protoc-gen-rust"
path = "protoc-gen-rust.rs"
test = false
[[bin]]
name = "protobuf-bin-gen-rust-do-not-use"
path = "protobuf-bin-gen-rust-do-not-use.rs"
test = false
[dependencies.bytes]
version = "0.*"
optional = true
[features]
with-bytes = ["bytes"]