prost-serde 0.3.0

A prost toolkit to build protobuf with serde support.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "prost-serde"
version = "0.3.0"
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
description = "A prost toolkit to build protobuf with serde support.\n"
homepage = "https://github.com/tyrchen/prost-helper"
documentation = "https://docs.rs/prost-serde"
readme = "../README.md"
keywords = ["protobuf", "prost", "serde"]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/tyrchen/prost-helper"
[dependencies.prost-build]
version = "0.9"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
[dev-dependencies.prost-helper]
version = "0.6"