File: Cargo.toml.orig

package info (click to toggle)
rust-wu-diff 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: makefile: 7
file content (21 lines) | stat: -rw-r--r-- 474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "wu-diff"
version = "0.1.2"
authors = ["bokuweb <bokuweb12@gmail.com>"]
repository = "https://github.com/bokuweb/wu-diff-rs"
keywords = ["diff", "lcs"]
license = "MIT"
readme = "README.md"
description = "Compute differences between two slices using wu(the O(NP)) algorithm."

[dependencies]
clippy = { version = "0.0.209", optional = true }

[dev-dependencies]
criterion = "0.2"
base64 = "0.9.0"
image = "0.18.0"

[[bench]]
name = "benches"
harness = false