[package]
authors = ["Matt Jones <jonesmr@gmail.com>"]
description = "Library for serializing Google protobuf objects as JSON using Rust."
repository = "https://github.com/mrjones/rust-protobuf-json"
license = "MIT"
name = "protobuf-json"
version = "0.1.0"
[dependencies]
protobuf = "^1.0.24"
serde_json = "^0.8.3"