voidcrawl-mcp 0.3.6

Stdio MCP server exposing voidcrawl stealth headless Chrome to Claude Code and other MCP clients
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.86"
name = "voidcrawl-mcp"
version = "0.3.6"
build = false
exclude = ["pyproject.toml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stdio MCP server exposing voidcrawl stealth headless Chrome to Claude Code and other MCP clients"
homepage = "https://github.com/CascadingLabs/VoidCrawl"
documentation = "https://github.com/CascadingLabs/VoidCrawl/blob/main/docs/mcp-server.md"
readme = "README.md"
keywords = [
    "mcp",
    "chrome",
    "cdp",
    "browser",
    "automation",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/CascadingLabs/VoidCrawl"
resolver = "2"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.futures]
version = "0.3"

[dependencies.rmcp]
version = "1.4"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.void_crawl_core]
version = "0.3.6"

[dev-dependencies.bytes]
version = "1"

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

[dev-dependencies.hyper]
version = "1"
features = [
    "http1",
    "server",
]

[dev-dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "test-util",
]

[lints.clippy]
absolute_paths = "deny"
cognitive_complexity = "warn"
doc_lazy_continuation = "allow"
doc_markdown = "allow"
expect_used = "deny"
items_after_statements = "allow"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_raw_string_hashes = "allow"
panic = "deny"
return_self_not_must_use = "allow"
similar_names = "allow"
todo = "warn"
too_many_lines = "allow"
unimplemented = "warn"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
static_mut_refs = "deny"
unsafe_op_in_unsafe_fn = "deny"