[[bin]]
name = "generate_reflection_service"
path = "bin/generate_reflection_service.rs"
required-features = ["gen-proto"]
[[bin]]
name = "granc"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.54"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.http]
version = "1.4.0"
[dependencies.http-body]
version = "1.0.1"
[dependencies.prost]
version = "0.14.3"
[dependencies.prost-reflect]
features = ["serde"]
version = "0.16.3"
[dependencies.prost-types]
version = "0.14.3"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.49.0"
[dependencies.tokio-stream]
version = "0.1.18"
[dependencies.tonic]
version = "0.14.2"
[dependencies.tonic-prost]
version = "0.14.2"
[dependencies.tonic-prost-build]
optional = true
version = "0.14"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "test-util"]
version = "1"
[dev-dependencies.tonic-reflection]
version = "0.14"
[features]
gen-proto = ["dep:tonic-prost-build"]
[package]
authors = ["Victor MartÃnez Montané <jaster.victor@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "command-line-utilities"]
default-run = "granc"
description = "A dynamic gRPC CLI tool written in Rust (gRPC + Cranc, Crab in Catalan)"
edition = "2024"
homepage = "https://github.com/JasterV/granc"
keywords = ["cli", "command-line", "grpc", "grpcurl", "curl"]
license = "MIT OR Apache-2.0"
name = "granc"
publish = true
readme = "README.md"
repository = "https://github.com/JasterV/granc"
resolver = "2"
rust-version = "1.89"
version = "0.2.2"