claw-vcs-patch 0.1.1

Patch codecs, diff, apply, and merge helpers for Claw VCS.
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 = "claw-vcs-patch"
version = "0.1.1"
authors = ["Claw contributors"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Patch codecs, diff, apply, and merge helpers for Claw VCS."
homepage = "https://github.com/shree-git/claw-vcs"
readme = "README.md"
keywords = [
    "vcs",
    "provenance",
    "ai-agents",
    "version-control",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/shree-git/claw-vcs"

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

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

[[bench]]
name = "codecs"
path = "benches/codecs.rs"
harness = false

[dependencies.claw-core]
version = "0.1.1"
package = "claw-vcs-core"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2.6"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.6"