granc 0.1.0

A dynamic gRPC CLI tool written in Rust {Granc -> gRPC + Cranc (Crab in Catalan)}
[[bin]]
name = "granc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[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.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"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "test-util"]
version = "1"

[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"]
description = "A dynamic gRPC CLI tool written in Rust {Granc -> 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.1.0"