grpcpulse 0.1.0

Benchmark and compare gRPC endpoints side by side — latency, throughput, and stream lag
Documentation
# 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"
name = "grpcpulse"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Benchmark and compare gRPC endpoints side by side — latency, throughput, and stream lag"
readme = "README.md"
keywords = [
    "grpc",
    "benchmark",
    "solana",
    "geyser",
    "latency",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/anusriesto/grpcpulse"

[lib]
name = "grpcpulse"
path = "src/lib.rs"

[[bin]]
name = "grpcpulse"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.comfy-table]
version = "7"

[dependencies.futures]
version = "0.3"

[dependencies.hdrhistogram]
version = "7"

[dependencies.indicatif]
version = "0.17"

[dependencies.prost]
version = "0.13"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tonic]
version = "0.12"
features = [
    "tls",
    "tls-roots",
]

[build-dependencies.tonic-build]
version = "0.12"