[[bin]]
doc = false
name = "difference_rs"
path = "src/main.rs"
[dependencies.getopts]
optional = true
version = "0.2"
[dev-dependencies.quickcheck]
version = "0.8"
[dev-dependencies.term]
version = "0.6"
[[example]]
name = "github-style"
path = "examples/github-style.rs"
[[example]]
name = "line-by-line"
path = "examples/line-by-line.rs"
[[example]]
name = "underline-words"
path = "examples/underline-words.rs"
[features]
bin = ["getopts"]
default = []
[lib]
name = "difference_rs"
path = "src/lib.rs"
[package]
authors = ["Julia Naomi <jnboeira@outlook.com>", "Johann Hofmann <mail@johann-hofmann.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "development-tools::testing"]
description = "A Rust text diffing and assertion library."
documentation = "https://docs.rs/difference-rs/latest/difference_rs/"
edition = "2024"
keywords = ["diff", "text", "compare", "changes", "assert"]
license = "MIT"
name = "difference-rs"
readme = "README.md"
repository = "https://github.com/naomijub/difference_rs"
version = "3.0.0"
[[test]]
name = "quickcheck"
path = "tests/quickcheck.rs"