protoc 2.27.0

Protobuf protoc command as API
Documentation
[package]
name = "protoc"
version = "2.27.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
license = "MIT"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"
repository = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc/"
description = """
Protobuf protoc command as API
"""

[lib]
doctest = false
bench = false

[dependencies]
log = "0.*"
which = "4.0"

[package.metadata.docs.rs]
all-features = true