rustdoc-mcp 0.1.8

mcp server for rustdocs
# 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 = "rustdoc-mcp"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mcp server for rustdocs"
documentation = "https://docs.rs/rustdoc-mcp"
readme = "README.md"
keywords = ["mcp"]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbr/ferritin"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.ferritin-common]
version = "0.2.0"

[dependencies.fieldwork]
version = "0.4.6"

[dependencies.log]
version = "0.4.29"

[dependencies.mcplease]
version = "0.2.3"

[dependencies.rustdoc-types]
version = "0.57.0"
features = ["rustc-hash"]

[dependencies.schemars]
version = "1.2.0"
features = ["derive"]

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dev-dependencies.insta]
version = "1.46"
features = [
    "yaml",
    "filters",
]

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