[package]
name = "protobuf"
version = "1.2.1"
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]
name = "protobuf"
path = "src/lib/lib.rs"
[[bin]]
name = "protoc-gen-rust"
path = "src/protoc-gen-rust.rs"
test = false
[[bin]]
name = "protobuf-bin-gen-rust-do-not-use"
path = "src/protobuf-bin-gen-rust-do-not-use.rs"
test = false