protobuf-json 0.1.0

Library for serializing Google protobuf objects as JSON using Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[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"