[[bin]]
name = "myers"
path = "src/main.rs"
[lib]
name = "myers"
path = "src/lib.rs"
[package]
authors = ["Dariusz Depta <depta@engos.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A file comparison program"
documentation = "https://docs.rs/myers"
edition = "2024"
exclude = ["rustfmt.toml", "Taskfile.yml", ".github/", ".gitignore"]
keywords = ["file", "comparison", "program", "myers"]
license = "MIT OR Apache-2.0"
name = "myers"
readme = "README.md"
repository = "https://github.com/EngosSoftware/myers.git"
version = "0.0.1"
[[test]]
name = "test_change"
path = "tests/test_change.rs"
[[test]]
name = "test_delete"
path = "tests/test_delete.rs"
[[test]]
name = "test_equal"
path = "tests/test_equal.rs"
[[test]]
name = "test_insert"
path = "tests/test_insert.rs"