]> git.proxmox.com Git - rustc.git/blame - vendor/dissimilar/Cargo.toml
New upstream version 1.69.0+dfsg1
[rustc.git] / vendor / dissimilar / Cargo.toml
CommitLineData
a2a8927a
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
6# to registry (e.g., crates.io) dependencies.
7#
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.
11
12[package]
13edition = "2018"
9ffffee4 14rust-version = "1.36"
a2a8927a 15name = "dissimilar"
9ffffee4 16version = "1.0.6"
a2a8927a
XL
17authors = ["David Tolnay <dtolnay@gmail.com>"]
18description = "Diff library with semantic cleanup, based on Google's diff-match-patch"
19documentation = "https://docs.rs/dissimilar"
20readme = "README.md"
21keywords = ["diff"]
923072b8
FG
22categories = [
23 "algorithms",
24 "text-processing",
25]
26license = "Apache-2.0"
a2a8927a 27repository = "https://github.com/dtolnay/dissimilar"
923072b8 28
a2a8927a
XL
29[package.metadata.docs.rs]
30targets = ["x86_64-unknown-linux-gnu"]
9ffffee4
FG
31
32[lib]
33doc-scrape-examples = false
34
35[dev-dependencies.once_cell]
36version = "1"