weavatrix 1.9.0

Native MCP server for Weavatrix repository intelligence: 43 read-only evidence, impact, architecture, API, Git, search, semantic, and memory operations
# 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.89"
name = "weavatrix"
version = "1.9.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: 43 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.5.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.weavatrix-rust]
version = "2.7.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"