syndiff 0.2.0

Standalone library that implements a structural diff algorithm inspired by Difftastic
Documentation
[dependencies.arrayvec]
version = "0.7.6"

[dependencies.imara-diff]
version = "0.2.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.strsim]
version = "0.11.1"

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

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tree-sitter-json]
version = "0.24.8"

[dev-dependencies.tree-sitter-rust]
version = "0.24.0"

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

[package]
authors = ["Marco Mihai Condrache"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "text-processing", "development-tools"]
description = "Standalone library that implements a structural diff algorithm inspired by Difftastic"
documentation = "https://docs.rs/syndiff/"
edition = "2021"
keywords = ["diff", "tree-sitter", "syntax", "structural", "ast"]
license = "MIT"
name = "syndiff"
readme = "README.md"
version = "0.2.0"

[[test]]
name = "diffing"
path = "tests/diffing.rs"