granc/granc/Cargo.toml
github-actions[bot] 4494cc7596
chore: release (#50)
* chore: release

* update

* remove the experimental warning

* update ci workflow

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
2026-02-06 13:34:57 +01:00

24 lines
779 B
TOML

[package]
authors = { workspace = true }
categories = ["network-programming", "command-line-utilities"]
description = "A dynamic gRPC CLI tool written in Rust (gRPC + Cranc, Crab in Catalan)"
edition = { workspace = true }
homepage = { workspace = true }
keywords = ["cli", "command-line", "grpc", "grpcurl", "curl"]
license = { workspace = true }
name = "granc"
publish = true
readme = "../README.md"
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.7.1"
[dependencies]
clap = { version = "4.5.56", features = ["derive"] }
colored = "3.1.1"
granc_core = "0.6.1"
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
[dev-dependencies]
granc-test-support = { path = "../granc-test-support" }