differential-engine 0.13.0

Core engine: git io, diff parsing, byte-exact apply, shape classes, invariants
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 = "differential-engine"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core engine: git io, diff parsing, byte-exact apply, shape classes, invariants"
homepage = "https://github.com/thepartly/differential"
readme = "README.md"
keywords = [
    "diff",
    "git",
    "code-review",
    "llm",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thepartly/differential"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.etcetera]
version = "0.11"

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.memchr]
version = "2"

[dependencies.percent-encoding]
version = "2"

[dependencies.petgraph]
version = "0.8"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.11"

[dependencies.shlex]
version = "2"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1"

[dependencies.url]
version = "2"

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

[lints.rust]
unsafe_code = "forbid"