]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/clippy_lints/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / tools / clippy / clippy_lints / Cargo.toml
CommitLineData
ea8adc8c
XL
1[package]
2name = "clippy_lints"
3# begin automatic update
2c00a5a8 4version = "0.0.186"
ea8adc8c
XL
5# end automatic update
6authors = [
7 "Manish Goregaokar <manishsmail@gmail.com>",
8 "Andre Bogus <bogusandre@gmail.com>",
9 "Georg Brandl <georg@python.org>",
10 "Martin Carton <cartonmartin@gmail.com>"
11]
12description = "A bunch of helpful lints to avoid common pitfalls in Rust"
13repository = "https://github.com/rust-lang-nursery/rust-clippy"
14readme = "README.md"
15license = "MPL-2.0"
16keywords = ["clippy", "lint", "plugin"]
ea8adc8c
XL
17
18[dependencies]
19itertools = "0.6.0"
2c00a5a8 20lazy_static = "1.0"
ea8adc8c
XL
21matches = "0.1.2"
22quine-mc_cluskey = "0.2.2"
23regex-syntax = "0.4.0"
24semver = "0.6.0"
25serde = "1.0"
26serde_derive = "1.0"
27toml = "0.4"
28unicode-normalization = "0.1"
29pulldown-cmark = "0.0.15"
abe05a73
XL
30url = "1.5.0"
31if_chain = "0.1"
ea8adc8c
XL
32
33[features]
34debugging = []