docsrs-mcp 0.1.0

MCP server for Rust crate documentation from docs.rs
# 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.93"
name = "docsrs-mcp"
version = "0.1.0"
build = false
exclude = [
    ".github/",
    "CLAUDE.md",
    "/docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for Rust crate documentation from docs.rs"
readme = "README.md"
keywords = [
    "mcp",
    "rust",
    "documentation",
    "docs-rs",
    "rustdoc",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/dmvk/docsrs-mcp"

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

[dependencies.cargo-lock]
version = "10"

[dependencies.dirs]
version = "6"

[dependencies.reqwest]
version = "0.12"
features = ["gzip"]

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

[dependencies.rustdoc-types]
version = "0.56"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.zstd]
version = "0.13"

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