normalize-refactor 0.3.1

Composable refactoring engine for normalize
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 = "normalize-refactor"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable refactoring engine for normalize"
readme = false
license = "MIT"
repository = "https://github.com/rhi-zone/normalize"
resolver = "2"

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

[dependencies.normalize-edit]
version = "0.3.1"

[dependencies.normalize-facts]
version = "0.3.1"

[dependencies.normalize-languages]
version = "0.3.1"

[dependencies.normalize-shadow]
version = "0.3.1"

[dependencies.tree-sitter]
version = "0.26"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "rt",
    "macros",
]