protobuf 0.0.6

Rust implementation of Google protocol buffers
[package]

name = "protobuf"
version = "0.0.6"
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/"
description = """
Rust implementation of Google protocol buffers
"""

[lib]

name = "protobuf"
path = "src/lib/protobuf.rs"

[[bin]]

name = "protoc-gen-rust"
path = "src/protoc-gen-rust.rs"
test = false