[package]
edition = "2024"
rust-version = "1.89"
name = "granc"
version = "0.4.0"
authors = ["Victor MartÃnez Montané <jaster.victor@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dynamic gRPC CLI tool written in Rust (gRPC + Cranc, Crab in Catalan)"
homepage = "https://github.com/JasterV/granc"
readme = "README.md"
keywords = [
"cli",
"command-line",
"grpc",
"grpcurl",
"curl",
]
categories = [
"network-programming",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JasterV/granc"
resolver = "2"
[[bin]]
name = "granc"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.54"
features = ["derive"]
[dependencies.granc_core]
version = "0.3.2"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.tokio]
version = "1.49.0"
features = [
"rt-multi-thread",
"macros",
]
[dependencies.tonic]
version = "0.14"