]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/clippy_lints/Cargo.toml
New upstream version 1.27.1+dfsg1
[rustc.git] / src / tools / clippy / clippy_lints / Cargo.toml
CommitLineData
ea8adc8c
XL
1[package]
2name = "clippy_lints"
3# begin automatic update
83c7162d 4version = "0.0.195"
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]
0531ce1d 19itertools = "0.7"
2c00a5a8 20lazy_static = "1.0"
ea8adc8c
XL
21matches = "0.1.2"
22quine-mc_cluskey = "0.2.2"
0531ce1d
XL
23regex-syntax = "0.5.0"
24semver = "0.9.0"
ea8adc8c
XL
25serde = "1.0"
26serde_derive = "1.0"
27toml = "0.4"
28unicode-normalization = "0.1"
0531ce1d
XL
29pulldown-cmark = "0.1"
30url = "1.7.0"
abe05a73 31if_chain = "0.1"
ea8adc8c
XL
32
33[features]
34debugging = []