protobuf-codegen-pure3 2.27.2

Pure-rust codegen for protobuf using protobuf-parser crate WIP
Documentation
[[bin]]
name = "parse-and-typecheck"
path = "src/bin/parse-and-typecheck.rs"
test = false
[dependencies.protobuf]
package = "protobuf3"
version = "=2.27.2"

[dependencies.protobuf-codegen]
package = "protobuf-codegen3"
version = "=2.27.2"

[lib]
bench = false
doctest = false

[package]
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Pure-rust codegen for protobuf using protobuf-parser crate\n\nWIP\n"
homepage = "https://github.com/Tim-Zhang/rust-protobuf/tree/protobuf3"
license = "MIT"
name = "protobuf-codegen-pure3"
repository = "https://github.com/Tim-Zhang/rust-protobuf/tree/protobuf3"
version = "2.27.2"
[package.metadata.docs.rs]
all-features = true