chrome-debug-mcp 0.4.0

Rust MCP Server for full Chrome CDP control and interactive JS debugging
# 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 = "chrome-debug-mcp"
version = "0.4.0"
authors = ["raultov <raultov@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust MCP Server for full Chrome CDP control and interactive JS debugging"
homepage = "https://github.com/raultov/chrome-debug-mcp"
readme = "README.md"
keywords = [
    "mcp",
    "chrome",
    "cdp",
    "debugging",
    "devtools",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/raultov/chrome-debug-mcp"

[package.metadata.wix]
upgrade-guid = "2958DD81-8E94-4127-88CF-C57E5FC53A12"
path-guid = "5C5655D9-C512-4FBE-B9B9-30A4BB0E55BF"
license = false
eula = false

[[bin]]
name = "chrome-debug-mcp"
path = "src/main.rs"

[[bin]]
name = "test_connection"
path = "src/bin/test_connection.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.cdp-lite]
version = "0.1.1"

[dependencies.rust-mcp-sdk]
version = "0.8.3"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0.149"

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

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

[dev-dependencies.futures-util]
version = "0.3.32"

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.hyper]
version = "1.0.0"

[dev-dependencies.hyper-util]
version = "0.1.20"

[dev-dependencies.tokio-tungstenite]
version = "0.28.0"

[profile.dist]
lto = "thin"
inherits = "release"