weavatrix-refactor 1.0.8

Native MCP refactoring extension: proven edit plans, transactional application, and rollback
# 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-refactor"
version = "1.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native MCP refactoring extension: proven edit plans, transactional application, and rollback"
homepage = "https://weavatrix.com"
readme = "README.md"
keywords = [
    "mcp",
    "refactoring",
    "rename",
    "transactional",
    "weavatrix",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/sergii-ziborov/weavatrix-refactor"

[[bin]]
name = "weavatrix-refactor"
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.5.1"
features = [
    "full",
    "lang-rust",
]

[dependencies.weavatrix-rust-refactor]
version = "0.1.6"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"