codesynapse-cli 0.1.3

Code intelligence MCP server — gives AI coding assistants architecture-level knowledge of your codebase
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 = "2021"
name = "codesynapse-cli"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code intelligence MCP server — gives AI coding assistants architecture-level knowledge of your codebase"
homepage = "https://github.com/sohilladhani/codesynapse"
readme = "README.md"
keywords = [
    "mcp",
    "code-intelligence",
    "ast",
    "semantic-search",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sohilladhani/codesynapse"

[package.metadata.deb]
name = "codesynapse"
maintainer = "Sohil Ladhani <sohil@sohilladhani.com>"
assets = [[
    "target/release/codesynapse",
    "usr/bin/",
    "755",
]]

[[package.metadata.generate-rpm.assets]]
source = "target/release/codesynapse"
dest = "/usr/bin/codesynapse"
mode = "0755"

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4"

[dependencies.codesynapse-core]
version = "0.1.3"

[dependencies.codesynapse-mcp]
version = "0.1.3"

[dependencies.codesynapse-serve]
version = "0.1.3"

[dependencies.console]
version = "0.15"

[dependencies.dirs]
version = "5"

[dependencies.indicatif]
version = "0.17"

[dependencies.rayon]
version = "1"

[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"

[dependencies.ureq]
version = "2"

[dependencies.walkdir]
version = "2"

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