protoc-rust 2.3.1

protoc --rust_out=... available as API. protoc needs to be in $PATH, protoc-gen-run does not.
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]
name = "protoc-rust"
version = "2.3.1"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "protoc --rust_out=... available as API. protoc needs to be in $PATH, protoc-gen-run does not.\n"
homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc-rust/"
license = "MIT"
repository = "https://github.com/stepancheg/rust-protobuf/tree/master/protoc-rust/"

[lib]
doctest = false
bench = false
[dependencies.protobuf]
version = "=2.3.1"

[dependencies.protobuf-codegen]
version = "=2.3.1"

[dependencies.protoc]
version = "=2.3.1"

[dependencies.tempfile]
version = "3"