rust/clippy_lints/Cargo.toml

36 lines
815 B
TOML
Raw Normal View History

[package]
name = "clippy_lints"
# begin automatic update
2018-05-26 16:23:34 +08:00
version = "0.0.205"
# end automatic update
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"
repository = "https://github.com/rust-lang-nursery/rust-clippy"
readme = "README.md"
license = "MPL-2.0"
keywords = ["clippy", "lint", "plugin"]
[dependencies]
cargo_metadata = "0.5"
2018-03-13 22:02:40 +08:00
itertools = "0.7"
lazy_static = "1.0"
matches = "0.1.2"
quine-mc_cluskey = "0.2.2"
regex-syntax = "0.6"
2018-03-13 22:02:40 +08:00
semver = "0.9.0"
2017-05-09 21:23:38 +08:00
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"
unicode-normalization = "0.1"
2018-03-13 22:02:40 +08:00
pulldown-cmark = "0.1"
url = "1.7.0"
2017-10-24 03:20:58 +08:00
if_chain = "0.1"
[features]
debugging = []