clippy_lints 0.0.135

A bunch of helpful lints to avoid common pitfalls in Rust
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "clippy_lints"
version = "0.0.135"
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "Andre Bogus <bogusandre@gmail.com>", "Georg Brandl <georg@python.org>", "Martin Carton <cartonmartin@gmail.com>"]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
readme = "README.md"
keywords = ["clippy", "lint", "plugin"]
license = "MPL-2.0"
repository = "https://github.com/Manishearth/rust-clippy"

[dependencies]
lazy_static = "0.2.8"
unicode-normalization = "0.1"
matches = "0.1.2"
regex-syntax = "0.4.0"
semver = "0.6.0"
quine-mc_cluskey = "0.2.2"
serde_derive = "1.0"
toml = "0.4"
serde = "1.0"

[features]
debugging = []