Files
Notes/notes-service/vendor/diff/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

19 lines
476 B
TOML

[package]
name = "diff"
version = "0.1.13"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
description = "An LCS based slice and string diffing implementation."
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/diff"
homepage = "https://github.com/utkarshkukreti/diff.rs"
repository = "https://github.com/utkarshkukreti/diff.rs"
[dev-dependencies]
speculate = "0.1.2"
quickcheck = "1.0.3"
criterion = "0.3.5"
[[bench]]
name = "benches"
harness = false