loom-diff 0.1.0

Line-level diff for loom. Pure-function unified-diff over byte slices and text strings, used by both the loom CLI and the loom-gateway. Layered above weave-sdk; lower levels untouched.
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 = "loom-diff"
version = "0.1.0"
authors = ["L1fe Labs, Inc. <dev@l1fe.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Line-level diff for loom. Pure-function unified-diff over byte slices and text strings, used by both the loom CLI and the loom-gateway. Layered above weave-sdk; lower levels untouched."
readme = "README.md"
keywords = [
    "loom",
    "diff",
    "vcs",
    "unified-diff",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/l1feai/loom-diff"

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

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

[dependencies.similar]
version = "2.6"
features = [
    "unicode",
    "text",
]
default-features = false

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"