granc 0.3.1

A dynamic gRPC CLI tool written in Rust (gRPC + Cranc, Crab in Catalan)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.89"
name = "granc"
version = "0.3.1"
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.2.4"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tonic]
version = "0.14"