grpc-build 6.1.0

gPRC compilation made easy
Documentation
[[bin]]
name = "grpc_build"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4.0.32"

[dependencies.fs-err]
version = "2.7"

[dependencies.paw]
version = "1"

[dependencies.prost]
version = "0.12"

[dependencies.prost-build]
version = "0.12"

[dependencies.prost-types]
version = "0.12"

[dependencies.tempfile]
version = "3.3"

[dependencies.tonic-build]
version = "0.11"

[dependencies.walkdir]
version = "2.3"
[dev-dependencies.tonic]
version = "0.11"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "grpc_build"
path = "src/lib.rs"

[package]
authors = ["Stefan Adrian Danaita <me@dsa.io>"]
categories = ["development-tools"]
description = "gPRC compilation made easy"
edition = "2021"
homepage = "https://github.com/stefandanaita/grpc-build"
keywords = ["grpc", "tonic", "proto"]
license = "MIT"
name = "grpc-build"
readme = "README.md"
repository = "https://github.com/stefandanaita/grpc-build"
version = "6.1.0"