udiffx 0.1.29

Parse and apply LLM-optimized unified diff + XML file changes
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 = "udiffx"
version = "0.1.29"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse and apply LLM-optimized unified diff + XML file changes"
homepage = "https://github.com/jeremychone/rust-udiffx"
readme = "README.md"
keywords = [
    "diff",
    "patch",
    "unified-diff",
    "llm",
    "code-editing",
]
categories = [
    "development-tools",
    "parser-implementations",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jeremychone/rust-udiffx"

[features]
prompt = []
test-support = []

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

[[example]]
name = "c01-extract"
path = "examples/c01-extract.rs"

[[example]]
name = "c02-apply"
path = "examples/c02-apply.rs"

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

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

[dependencies.derive_more]
version = "2"
features = [
    "from",
    "display",
]

[dependencies.diffy]
version = "0.4.2"

[dependencies.markex]
version = "0.1.0"

[dependencies.simple-fs]
version = "0.12.0-beta.1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assertables]
version = "9"

[lints.rust]
unsafe_code = "forbid"