cargomap 0.0.2

A simple context fetcher for Rust projects
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"
name = "cargomap"
version = "0.0.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple context fetcher for Rust projects"
homepage = "https://github.com/xandwr/cargomap"
readme = false
license = "MIT"
repository = "https://github.com/xandwr/cargomap"

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

[[bin]]
name = "cargomap"
path = "src/main.rs"

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

[dependencies.cargo_metadata]
version = "0.23.1"

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

[dependencies.indexmap]
version = "2.7"

[dependencies.proc-macro2]
version = "1.0.105"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11"

[dependencies.rust-mcp-sdk]
version = "0.8.1"
features = [
    "server",
    "macros",
    "stdio",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0.114"
features = [
    "full",
    "visit",
    "parsing",
    "extra-traits",
]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5.0"