gix-imara-diff 0.2.0

A high performance library for computing diffs, maintained as a modified copy of upstream imara-diff for gitoxide.
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"
rust-version = "1.71"
name = "gix-imara-diff"
version = "0.2.0"
authors = [
    "pascalkuthe <pascalkuthe@pm.me>",
    "Sebastian Thiel <sebastian.thiel@icloud.com>",
]
build = false
include = [
    "/src/**/*",
    "/LICENSE",
    "/README.md",
    "!/src/tests.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high performance library for computing diffs, maintained as a modified copy of upstream imara-diff for gitoxide."
readme = "README.md"
keywords = [
    "diff",
    "difference",
    "myers",
    "compare",
    "changes",
]
license = "Apache-2.0"
repository = "https://github.com/GitoxideLabs/gitoxide"

[features]
default = []
unified_diff = []

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

[dependencies.bstr]
version = "1.12.0"
default-features = false

[dependencies.hashbrown]
version = ">=0.15,<=0.16"
features = [
    "default-hasher",
    "inline-more",
]
default-features = false

[dependencies.memchr]
version = "2.7.4"

[dev-dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]

[dev-dependencies.cov-mark]
version = "2.1.0"

[dev-dependencies.expect-test]
version = "1.4.0"

[dev-dependencies.gix-hash]
version = "^0.24.0"
features = ["sha1"]

[dev-dependencies.gix-object]
version = "^0.59.0"
features = ["sha1"]

[profile.release]
debug = 2