]> git.lizzy.rs Git - rust.git/blob - clippy_lints/Cargo.toml
Fix deploy.sh III
[rust.git] / clippy_lints / Cargo.toml
1 [package]
2 name = "clippy_lints"
3 # begin automatic update
4 version = "0.0.79"
5 # end automatic update
6 authors = [
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 ]
12 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
13 repository = "https://github.com/Manishearth/rust-clippy"
14 readme = "README.md"
15 license = "MPL-2.0"
16 keywords = ["clippy", "lint", "plugin"]
17
18 [dependencies]
19 matches = "0.1.2"
20 regex-syntax = "0.3.0"
21 semver = "0.2.1"
22 toml = "0.1"
23 unicode-normalization = "0.1"
24 quine-mc_cluskey = "0.2.2"
25 rustc-serialize = "0.3"
26
27 [features]
28 debugging = []