]> git.proxmox.com Git - rustc.git/blame - vendor/diff/Cargo.toml
Update upstream source from tag 'upstream/1.71.1+dfsg1'
[rustc.git] / vendor / diff / Cargo.toml
CommitLineData
abe05a73
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
064997fb 6# to registry (e.g., crates.io) dependencies.
abe05a73 7#
064997fb
FG
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
abe05a73 11
7cac9316
XL
12[package]
13name = "diff"
064997fb 14version = "0.1.13"
7cac9316
XL
15authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
16description = "An LCS based slice and string diffing implementation."
7cac9316 17homepage = "https://github.com/utkarshkukreti/diff.rs"
abe05a73
XL
18documentation = "https://docs.rs/diff"
19license = "MIT OR Apache-2.0"
7cac9316 20repository = "https://github.com/utkarshkukreti/diff.rs"
064997fb
FG
21
22[[bench]]
23name = "benches"
24harness = false
25
26[dev-dependencies.criterion]
27version = "0.3.5"
28
abe05a73 29[dev-dependencies.quickcheck]
064997fb 30version = "1.0.3"
7cac9316 31
abe05a73 32[dev-dependencies.speculate]
3dfed10e 33version = "0.1.2"