java-diff-utils-rs 0.1.0-alpha.5

Experimental Rust port of the core diffing and patching behavior of java-diff-utils
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 = "java-diff-utils-rs"
version = "0.1.0-alpha.5"
build = false
exclude = [
    "tests/**/*",
    "benches/**/*",
    "Decision.md",
    "Bug fixes.md",
    "TESTS.md",
    "changes.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental Rust port of the core diffing and patching behavior of java-diff-utils"
homepage = "https://github.com/Prabhav-dev/java-diff-utils-rs"
readme = "README.md"
keywords = [
    "diff",
    "patch",
    "myers",
    "unified-diff",
]
categories = [
    "algorithms",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/Prabhav-dev/java-diff-utils-rs"

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

[[bin]]
name = "debug_diff"
path = "src/bin/debug_diff.rs"

[[bin]]
name = "java-diff-utils-rs"
path = "src/main.rs"

[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.10"

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

[dependencies.unicode-segmentation]
version = "1.13.3"

[dev-dependencies.bincode]
version = "1.3"

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

[profile.test]
opt-level = 2