]> git.lizzy.rs Git - rust.git/blob - clippy_lints/Cargo.toml
Bump to 0.0.70
[rust.git] / clippy_lints / Cargo.toml
1 [package]
2 name = "clippy_lints"
3 version = "0.0.70"
4 authors = [
5         "Manish Goregaokar <manishsmail@gmail.com>",
6         "Andre Bogus <bogusandre@gmail.com>",
7         "Georg Brandl <georg@python.org>",
8         "Martin Carton <cartonmartin@gmail.com>"
9 ]
10 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
11 repository = "https://github.com/Manishearth/rust-clippy"
12 readme = "README.md"
13 license = "MPL-2.0"
14 keywords = ["clippy", "lint", "plugin"]
15
16 [dependencies]
17 regex-syntax = "0.3.0"
18 semver = "0.2.1"
19 toml = "0.1"
20 unicode-normalization = "0.1"
21 quine-mc_cluskey = "0.2.2"
22
23 [features]
24 debugging = []