hyper-mcp-remote 0.2.0

A stdio to streamable-http MCP proxy with OAuth support
# 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 = "hyper-mcp-remote"
version = "0.2.0"
authors = ["Joseph Wortmann <joseph.wortmann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A stdio to streamable-http MCP proxy with OAuth support"
homepage = "https://github.com/hyper-mcp-rs/hyper-mcp-remote"
documentation = "https://github.com/hyper-mcp-rs/hyper-mcp-remote"
readme = "README.md"
keywords = [
    "rust",
    "ai",
    "mcp",
    "cli",
    "stdio",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/hyper-mcp-rs/hyper-mcp-remote"

[package.metadata.release]
publish = true
push = true
tag = true
tag-name = "v{{version}}"

[[bin]]
name = "hyper-mcp-remote"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

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

[dependencies.ctor]
version = "1.0"

[dependencies.directories]
version = "5"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "windows-native",
    "sync-secret-service",
    "vendored",
]

[dependencies.oauth2]
version = "5"
default-features = false

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "http2",
    "stream",
]
default-features = false

[dependencies.rmcp]
version = "1.7"
features = [
    "server",
    "client",
    "transport-io",
    "transport-streamable-http-client",
    "transport-streamable-http-client-reqwest",
    "auth",
    "elicitation",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

[dependencies.webbrowser]
version = "1"

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.rmcp]
version = "1.7"
features = ["transport-child-process"]

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