protoc-fetcher 0.1.1

Fetches official Protocol Buffer compiler (protoc) releases for use in build scripts
Documentation
[dependencies.anyhow]
version = "1.0.81"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.27"

[dependencies.zip-extract]
features = ["deflate"]
version = "0.1.3"
[dev-dependencies.tonic-build]
version = "0.11.0"

[package]
authors = ["Joe Dahlquist <joe@arcanyx.com>"]
categories = ["compilers", "development-tools::build-utils", "parsing", "web-programming", "network-programming"]
description = "Fetches official Protocol Buffer compiler (protoc) releases for use in build scripts"
documentation = "https://docs.rs/protoc-fetcher"
edition = "2021"
homepage = "https://github.com/arcanyx-pub/protoc-fetcher"
keywords = ["protoc", "grpc", "tonic", "protobuf", "prost"]
license = "MIT"
name = "protoc-fetcher"
readme = "README.md"
repository = "https://github.com/arcanyx-pub/protoc-fetcher"
version = "0.1.1"