[[bin]]
name = "protoweld"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.43"
[dependencies.current_platform]
version = "0.2.0"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.log]
version = "0.4.27"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.142"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.wait-timeout]
version = "0.2.1"
[dependencies.walkdir]
version = "2.5.0"
[lib]
name = "protoweld"
path = "src/lib.rs"
[package]
authors = ["Sebastian Galindo <sebastian.galindo143@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A tool for automating Protocol Buffer compilation across multiple projects and programming languages"
documentation = "https://docs.rs/protoweld"
edition = "2021"
homepage = "https://github.com/XACMJudge/protoweld"
include = ["LICENSE", "README.md", "src/**/*", "Cargo.toml"]
keywords = ["protobuf", "grpc", "code-generation", "compiler"]
license = "GPL-3.0"
name = "protoweld"
readme = "README.md"
repository = "https://github.com/XACMJudge/protoweld"
version = "0.1.2"