mcp-rust-docs 0.1.0

A Model Context Protocol (MCP) server that provides comprehensive access to Rust crate documentation and metadata.
[[bin]]
name = "mcp-rust-docs"
path = "src/main.rs"

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

[dependencies.crates_io_api]
features = ["rustls"]
version = "0.12.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.23"

[dependencies.rmcp]
features = ["transport-io"]
version = "0.6.0"

[dependencies.schemars]
version = "1.0.4"

[dependencies.scraper]
version = "0.24.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tantivy]
version = "0.25.0"

[dependencies.tempfile]
version = "3.21.0"

[dependencies.thiserror]
version = "2.0.16"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[package]
authors = ["Ikuma Yamashita"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Model Context Protocol (MCP) server that provides comprehensive access to Rust crate documentation and metadata. "
edition = "2024"
keywords = ["mcp", "mcp-server"]
license = "MIT"
name = "mcp-rust-docs"
readme = "README.md"
repository = "https://github.com/46ki75/mcp-rust-docs"
version = "0.1.0"