rust-clippy/Cargo.toml
Manish Goregaokar e7f3fa6713 Remove * dep
2015-12-29 10:25:53 +05:30

32 lines
646 B
TOML

[package]
name = "clippy"
version = "0.0.33"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
"Georg Brandl <georg@python.org>"
]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/Manishearth/rust-clippy"
readme = "README.md"
license = "MPL-2.0"
keywords = ["clippy", "lint", "plugin"]
[lib]
name = "clippy"
plugin = true
[dependencies]
unicode-normalization = "0.1"
[dev-dependencies]
compiletest_rs = "0.0.11"
regex = "*"
regex_macros = "*"
lazy_static = "*"
rustc-serialize = "0.3"
[features]
structured_logging = []
debugging = []