weave-core 0.2.8

Entity-level semantic merge engine. Three-way merge at the function/class/method level instead of lines.
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 = "2021"
name = "weave-core"
version = "0.2.8"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Entity-level semantic merge engine. Three-way merge at the function/class/method level instead of lines."
homepage = "https://github.com/Ataraxy-Labs/weave"
readme = "README.md"
keywords = [
    "merge",
    "semantic",
    "git",
    "tree-sitter",
    "conflict-resolution",
]
categories = [
    "development-tools",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ataraxy-Labs/weave"

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

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

[dependencies.diffy]
version = "0.4"

[dependencies.sem-core]
version = "0.3.12"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dev-dependencies.pretty_assertions]
version = "1"