turbomcp-cli 3.0.2

Command-line tools for managing and testing MCP servers
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"
rust-version = "1.89.0"
name = "turbomcp-cli"
version = "3.0.2"
authors = ["Nicholas Paterno <nick@epistates.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tools for managing and testing MCP servers"
homepage = "https://turbomcp.org"
readme = "README.md"
keywords = [
    "mcp",
    "cli",
    "tools",
    "testing",
    "management",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Epistates/turbomcp"
resolver = "2"

[features]
all = [
    "stdio",
    "tcp",
    "unix",
    "http",
    "websocket",
]
default = [
    "stdio",
    "tcp",
    "unix",
]
http = ["turbomcp-transport/http"]
stdio = ["turbomcp-transport/stdio"]
tcp = ["turbomcp-transport/tcp"]
unix = ["turbomcp-transport/unix"]
websocket = ["turbomcp-transport/websocket"]

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

[[bin]]
name = "turbomcp-cli"
path = "src/main.rs"

[[test]]
name = "path_security_tests"
path = "tests/path_security_tests.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.5.60"
features = [
    "derive",
    "env",
    "color",
    "derive",
    "env",
    "string",
]

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

[dependencies.config]
version = "0.15"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.18"

[dependencies.owo-colors]
version = "4.1"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "stream",
    "rustls",
    "http2",
    "brotli",
    "gzip",
    "form",
    "query",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"
features = [
    "raw_value",
    "preserve_order",
]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "sync",
    "time",
    "signal",
    "process",
    "macros",
    "io-util",
]

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-native-roots"]

[dependencies.turbomcp-client]
version = "3.0.2"

[dependencies.turbomcp-protocol]
version = "3.0.2"

[dependencies.turbomcp-transport]
version = "3.0.2"
default-features = false

[dev-dependencies.tempfile]
version = "3.26"

[dev-dependencies.tokio-test]
version = "0.4"