sabrix-bench 0.1.2

⚡ Fast MCP JSON-RPC inspector & multi-turn agent latency benchmark in Rust
# 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 = "2021"
name = "sabrix-bench"
version = "0.1.2"
authors = ["Chandradeep <chandradeep@sabrix.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "⚡ Fast MCP JSON-RPC inspector & multi-turn agent latency benchmark in Rust"
homepage = "https://sabrix.ai"
readme = "README.md"
keywords = [
    "mcp",
    "agent",
    "benchmark",
    "json-rpc",
    "security",
]
categories = [
    "command-line-utilities",
    "development-tools::profiling",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Pro-Kla/sabrix-bench"

[[bin]]
name = "sabrix-bench"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2.1"

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

[dependencies.indicatif]
version = "0.17"

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

[dependencies.serde_json]
version = "1.0"

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