oxicode-hashline 0.68.0

Line-anchored patch format for AI-assisted code editing
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"
rust-version = "1.96"
name = "oxicode-hashline"
version = "0.68.0"
authors = ["a7garden <a7garden@icloud.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Line-anchored patch format for AI-assisted code editing"
readme = "README.md"
keywords = [
    "ai",
    "editing",
    "patch",
    "code",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/project-oxi/oxicode"
resolver = "2"

[features]
block-ops = []
default = []
three-way-merge = ["dep:similar"]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.lru]
version = "0.18"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.similar]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh32"]

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]