[package]
edition = "2024"
rust-version = "1.89"
name = "weavatrix"
version = "1.2.0"
authors = ["Sergii Ziborov <sergii.ziborov@gmail.com>"]
build = false
include = [
"/src/**",
"/.weavatrix/architecture.json",
"/Cargo.toml",
"/Cargo.lock",
"/README.md",
"/LICENSE",
"/docs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native MCP server for Weavatrix repository intelligence: 42 read-only evidence, impact, architecture, API, Git, search, semantic, and memory operations"
homepage = "https://weavatrix.com"
documentation = "https://github.com/sergii-ziborov/weavatrix/tree/main/docs"
readme = "README.md"
keywords = [
"mcp",
"repository",
"code-graph",
"static-analysis",
"coding-agents",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/sergii-ziborov/weavatrix"
[[bin]]
name = "weavatrix"
path = "src/main.rs"
[dependencies.blazingly-json]
version = "0.1.0"
[dependencies.mcport]
version = "0.3.0"
[dependencies.notify]
version = "8.2.0"
[dependencies.weavatrix-rust]
version = "2.1.1"
features = [
"full",
"lang-rust",
]
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"