turbomcp-http 3.0.13

HTTP/SSE transport implementation for MCP (Model Context Protocol) - Client transport
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-http"
version = "3.0.13"
authors = ["Nicholas Paterno <nick@epistates.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP/SSE transport implementation for MCP (Model Context Protocol) - Client transport"
homepage = "https://turbomcp.org"
readme = "README.md"
keywords = [
    "mcp",
    "http",
    "sse",
    "transport",
    "client",
]
categories = [
    "network-programming",
    "asynchronous",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Epistates/turbomcp"
resolver = "2"

[features]
default = []

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.31"

[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",
]

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

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

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.turbomcp-transport-traits]
version = "3.0.13"

[dependencies.url]
version = "2.5"

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