[dependencies.heck]
version = "0.5.0"
[dependencies.prost-build]
version = "0.13.5"
[dependencies.quote]
version = "1.0.40"
[dependencies.tonic-build]
version = "0.13.0"
[features]
default = ["doc"]
doc = []
[lib]
name = "g2h"
path = "src/lib.rs"
[package]
authors = ["Nishant Joshi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming", "api-bindings", "development-tools::build-utils"]
description = "A code generator that bridges gRPC services to HTTP/JSON endpoints using Axum"
documentation = "https://docs.rs/g2h"
edition = "2021"
exclude = ["/.github", "/.gitignore", "*.png"]
homepage = "https://github.com/nishantjoshi00/g2h"
keywords = ["grpc", "http", "axum", "codegen", "api"]
license-file = "LICENSE"
name = "g2h"
readme = "README.md"
repository = "https://github.com/nishantjoshi00/g2h"
rust-version = "1.78.0"
version = "0.2.0"