protobuf-build 0.4.0

Utility functions for generating Rust code from protobufs (using protobuf-rust or Prost)
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "protobuf-build"
version = "0.4.0"
authors = ["Nick Cameron <nrc@ncameron.org>"]
description = "Utility functions for generating Rust code from protobufs (using protobuf-rust or Prost)"
license = "Apache-2.0"
[dependencies.grpcio-compiler]
version = "0.5.0-alpha"

[dependencies.protoc-grpcio]
version = "1.0.2"

[dependencies.protoc-rust]
version = "2.0"

[dependencies.quote]
version = "0.6"

[dependencies.regex]
version = "1.1"

[dependencies.syn]
version = "0.15"
features = ["full"]